Errors
All errors return a JSON object with error.code and error.message.
{
"error": {
"code": "invalid_api_key",
"message": "The provided API key is invalid."
}
}
All errors return a JSON object with error.code and error.message.