DBTEAMTokenGetAuthenticatedAdminErrorTag
Objective-C
enum DBTEAMTokenGetAuthenticatedAdminErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMTokenGetAuthenticatedAdminErrorTag : Int, @unchecked Sendable
                The DBTEAMTokenGetAuthenticatedAdminErrorTag enum type represents the
possible tag states with which the DBTEAMTokenGetAuthenticatedAdminError
union can exist.
- 
                  
                  
The current token is not associated with a team admin, because mappings were not recorded when the token was created. Consider re-authorizing a new access token to record its authenticating admin.
Declaration
Objective-C
DBTEAMTokenGetAuthenticatedAdminErrorMappingNotFoundSwift
case mappingNotFound = 0 - 
                  
                  
Either the team admin that authorized this token is no longer an active member of the team or no longer a team admin.
Declaration
Objective-C
DBTEAMTokenGetAuthenticatedAdminErrorAdminNotActiveSwift
case adminNotActive = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMTokenGetAuthenticatedAdminErrorOtherSwift
case other = 2 
View on GitHub
        DBTEAMTokenGetAuthenticatedAdminErrorTag Enumeration Reference