Created
May 4, 2015 03:49
-
-
Save francis-gmail/06b1513bd7f6fdea131a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "status": 200, | |
| "errors": [ | |
| { | |
| "error_code": 0000, | |
| "field": 'username' | |
| "message": "Error explanation" | |
| }, | |
| { | |
| "error_code": 0000, | |
| "field": 'photo' | |
| "message": "Error explanation" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1
Isn't this been used already?