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
devicesListMembersDevices
again with an empty cursor to obtain a new cursor.Declaration
Objective-C
DBTEAMListMembersDevicesErrorReset
Swift
case reset = 0
-
(no description).
Declaration
Objective-C
DBTEAMListMembersDevicesErrorOther
Swift
case other = 1