Skip to content

Instantly share code, notes, and snippets.

@shliama
Created April 21, 2016 11:10
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 shliama/304046e1c43ae15e00e4bd2ce04d1328 to your computer and use it in GitHub Desktop.
Save shliama/304046e1c43ae15e00e4bd2ce04d1328 to your computer and use it in GitHub Desktop.
[
{
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