DBTEAMListMemberDevicesErrorTag
Objective-C
enum DBTEAMListMemberDevicesErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMListMemberDevicesErrorTag : Int, @unchecked Sendable
The DBTEAMListMemberDevicesErrorTag
enum type represents the possible tag
states with which the DBTEAMListMemberDevicesError
union can exist.
-
Member not found.
Declaration
Objective-C
DBTEAMListMemberDevicesErrorMemberNotFound
Swift
case memberNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMListMemberDevicesErrorOther
Swift
case other = 1