Status
Enum representing various status codes for authentication and authorization errors.
Enumeration Members
AccessDeniedError
AccessDeniedError:
0
Indicates an access denied error, typically due to lack of permissions or authorization.
MissingTokenForRequiredScopes
MissingTokenForRequiredScopes:
1
Indicates a missing token error for required scopes during authentication.
Other
Other:
2
Indicates other miscellaneous errors not covered by specific codes.
Last updated: Oct 02, 2025