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
DBTEAMRevokeDeviceSessionErrorDeviceSessionNotFoundSwift
case deviceSessionNotFound = 0 -
Member not found.
Declaration
Objective-C
DBTEAMRevokeDeviceSessionErrorMemberNotFoundSwift
case memberNotFound = 1 -
(no description).
Declaration
Objective-C
DBTEAMRevokeDeviceSessionErrorOtherSwift
case other = 2
View on GitHub
DBTEAMRevokeDeviceSessionErrorTag Enumeration Reference