DBTEAMRevokeDeviceSessionErrorTag
Objective-C
enum DBTEAMRevokeDeviceSessionErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMRevokeDeviceSessionErrorTag : Int, @unchecked Sendable
The DBTEAMRevokeDeviceSessionErrorTag
enum type represents the possible
tag states with which the DBTEAMRevokeDeviceSessionError
union can exist.
-
Device session not found.
Declaration
Objective-C
DBTEAMRevokeDeviceSessionErrorDeviceSessionNotFound
Swift
case deviceSessionNotFound = 0
-
Member not found.
Declaration
Objective-C
DBTEAMRevokeDeviceSessionErrorMemberNotFound
Swift
case memberNotFound = 1
-
(no description).
Declaration
Objective-C
DBTEAMRevokeDeviceSessionErrorOther
Swift
case other = 2