Skip to content

Instantly share code, notes, and snippets.

@shliama
Created April 21, 2016 11:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[
{
error: {
code : 101;
description: "Missing ID"
}
},
{
error: {
code : 105;
description: "Validation error"
errors: [
{
code : 222;
description: "Email invalid"
},
{
code : 333;
description: "Password too short"
},
{
code : 444;
description: "I do not like you"
},
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment