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