Errors
Error Responses
When an Error occurs, a relevant Error object will be returned containing the Error Type and a brief description of what went wrong.
{
"error": {
"message": "Message describing the error",
"type": "OAuthException",
}
}