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

    DBTEAMTokenGetAuthenticatedAdminErrorMappingNotFound

    Swift

    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

    DBTEAMTokenGetAuthenticatedAdminErrorAdminNotActive

    Swift

    case adminNotActive = 1
  • (no description).

    Declaration

    Objective-C

    DBTEAMTokenGetAuthenticatedAdminErrorOther

    Swift

    case other = 2