Created
April 21, 2016 11:10
-
-
Save shliama/304046e1c43ae15e00e4bd2ce04d1328 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
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