An object containing error codes related to configuration issues.

Enumeration Members

CLIENT_ID_REQUIRED: "CLIENT_ID_REQUIRED"

Error code indicating the client ID is required and cannot be empty.

INVALID_AUTH_URL: "INVALID_AUTH_URL"

Error code indicating the auth URL is invalid.

INVALID_BASE_URL: "INVALID_BASE_URL"

Error code indicating the base URL is invalid.

INVALID_CONFIG_OBJECT: "INVALID_CONFIG_OBJECT"

Error code indicating the provided configuration object is invalid.

INVALID_REDIRECT_URL: "INVALID_REDIRECT_URL"

Error code indicating the provided redirect URL is invalid.

INVALID_TRANSPORT_MODE: "INVALID_TRANSPORT_MODE"

Error code indicating an invalid transport mode.

REDIRECT_URL_REQUIRED: "REDIRECT_URL_REQUIRED"

Error code indicating a redirect URL is required when auth URL is provided.

SDK_NOT_CONFIGURED: "SDK_NOT_CONFIGURED"

Error code indicating the SDK is not configured.