Error codes describing specific HTTP and authentication failure reasons.

Enumeration Members

AccessLevelIssue: 1

The request failed due to insufficient access level or missing permissions.

AuthManagerRequestTimeout: 7

The authentication or token refresh request timed out before completing.

GeneralError: 0

A general or unknown error when no more specific error type applies.

InvalidRequest: 2

The request was malformed or contained invalid parameters.

InvalidResponse: 3

The server returned a response that could not be parsed or did not match the expected format or schema.

InvalidStatus: 4

The server returned a non-successful HTTP status code (any non-2xx response).

MissingAuthData: 5

Required authentication data (e.g. token) was missing from the request.

RefreshedTokenMatchesExpiredOne: 6

A refreshed authentication token is identical to the previously expired token, indicating that the refresh operation failed.