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?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi Nathan!

There isn’t a comprehensive list of error OAuth error messages. Though I can tell you that an expired access token would return that same error. Check out the section titled “Common Access Token Request Errors” in the OAuth docs.

APIv2 mostly relies on the standard HTTP status codes to indicate errors with requests.

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.