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
DBTEAMListMemberDevicesErrorMemberNotFoundSwift
case memberNotFound = 0 -
(no description).
Declaration
Objective-C
DBTEAMListMemberDevicesErrorOtherSwift
case other = 1
View on GitHub
DBTEAMListMemberDevicesErrorTag Enumeration Reference