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
DBTEAMRevokeLinkedAppErrorAppNotFoundSwift
case appNotFound = 0 - 
                  
                  
Member not found.
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorMemberNotFoundSwift
case memberNotFound = 1 - 
                  
                  
App folder removal is not supported.
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorAppFolderRemovalNotSupportedSwift
case appFolderRemovalNotSupported = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMRevokeLinkedAppErrorOtherSwift
case other = 3 
View on GitHub
        DBTEAMRevokeLinkedAppErrorTag Enumeration Reference