Error Codes

Learn more about error codes and how to resolve them.

Some error responses can be handled programatically. For such cases the API returns a response body or encodes the body in the query component of the redirection URI using the "application/x-www-form-urlencoded" format.

Included in the redirection URI, the parameters follow the OAuth spec and are named error and error_description.

Error Codes

Error Code
Description

invalid_request

The client made an invalid request, which cannot be processed

forbidden

The client does not have the permissiont to invoke the operation

invalid_scope

The scope request parameter is invalid

invalid_state

The state request parameter is invalid

invalid_definition

Invalid verifiable credentidal definition provided

unauthorized_client

The application client could be deactivated or there is some other reason why it cannot perform the operation

server_error

An error on the service side

Last updated