DBTEAMListMembersDevicesErrorTag
Objective-C
enum DBTEAMListMembersDevicesErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMListMembersDevicesErrorTag : Int, @unchecked Sendable
                The DBTEAMListMembersDevicesErrorTag enum type represents the possible tag
states with which the DBTEAMListMembersDevicesError union can exist.
- 
                  
                  
Indicates that the cursor has been invalidated. Call
devicesListMembersDevicesagain with an empty cursor to obtain a new cursor.Declaration
Objective-C
DBTEAMListMembersDevicesErrorResetSwift
case reset = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMListMembersDevicesErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMListMembersDevicesErrorTag Enumeration Reference