Skip to content

Instantly share code, notes, and snippets.

@quest
Last active August 29, 2015 14:07
Show Gist options
  • Save quest/72adddbb478cfcf14a3d to your computer and use it in GitHub Desktop.
Save quest/72adddbb478cfcf14a3d to your computer and use it in GitHub Desktop.
JSON Reponse
{
"code": 4xx,
"message": "Software error",
"description": "Description for the software error",
}
{
"code": 4xx,
"message": "Software error",
"description": "Description for the software error",
"errors": [
{
"code": 12345,
"field": "ModelField",
"message": "Invalid data"
},
{
"code": 12346,
"field": "ModelField",
"message": "Invalid data"
}
]
}
{
"code": 200,
"response": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment