{
"errors": [
{
"userMessage": "Sorry, the requested resource does not exist",
"internalMessage": "No car found in the database",
"code": 34,
"more info": "http://dev.mwaysolutions.com/blog/api/v1/errors/12345"
}
]
}

HTTP/1.1 400 Bad Request
Content-Length: 35
{"message":"Problems parsing JSON"}
HTTP/1.1 422 Unprocessable Entity
Content-Length: 149
{
"message": "Validation Failed",
"errors": [
{
"resource": "Issue",
"field": "title",
"code": "missing_field"
}
]
}
{
"error": {
"errors": [
{
"domain": "global",
"reason": "userAccess",
"message": "Invalid accessLevel. This method requires at least {requiredAcl} level access to act on the file with ID {fileId}"
}
],
"code": 403,
"message": "Invalid accessLevel. This method requires at least {requiredAcl} level access to act on the file with ID {fileId}"
}
}
apigee