By Nathan Osman
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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.