DBTEAMRevokeLinkedAppErrorTag
Objective-C
enum DBTEAMRevokeLinkedAppErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMRevokeLinkedAppErrorTag : Int, @unchecked Sendable
The DBTEAMRevokeLinkedAppErrorTag
enum type represents the possible tag
states with which the DBTEAMRevokeLinkedAppError
union can exist.
-
Application not found.
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorAppNotFound
Swift
case appNotFound = 0
-
Member not found.
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorMemberNotFound
Swift
case memberNotFound = 1
-
App folder removal is not supported.
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorAppFolderRemovalNotSupported
Swift
case appFolderRemovalNotSupported = 2
-
(no description).
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorOther
Swift
case other = 3