Report this

What is the reason for this report?

Is there a list of API errors?

Posted on September 5, 2014

The following JSON is an example of an error received when making a request against v2 of the API:

{
    'error_description': 'The provided authorization grant...',
    'error': 'invalid_grant'
}

It would appear that error is a special constant that represents a specific type of error (an invalid authorization code in this case). Is there a list anywhere of all such constants?

For example, what would error be set to if I made a request with an expired access token?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.