Skip to content

Instantly share code, notes, and snippets.

@syron
Last active September 24, 2016 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syron/2472245089d3f71692305364797c5291 to your computer and use it in GitHub Desktop.
Save syron/2472245089d3f71692305364797c5291 to your computer and use it in GitHub Desktop.
API Response - error object
{
"error": {
"code": 123,
"title": "login failed",
"message": "Lorem ipsum dolor sit amet..."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment