Last active
March 30, 2018 19:48
-
-
Save quicksnap/ac5a307e33e81234dd7447989f32e38a 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
{ | |
"result": null, | |
"errors": [ | |
{ | |
"status": "4xx", | |
"code": "INVALID_FIELD_ERROR", | |
"source": "some.field[3].thing", | |
"message": "Must not be New York", | |
"detail": "Long description..." | |
}, | |
{ | |
"status": "4xx", | |
"code": "LONG_ISLAND_ERROR", | |
"source": "some.field[3].thing", | |
"message": "Must Not Long Island", | |
"detail": "Long description..." | |
}, | |
{ | |
"status": "4xx", | |
"code": "FORM_ERROR", | |
"source": "another.field", | |
"message": "Blah blah", | |
"detail": "Long description..." | |
}, | |
{ | |
"status": "4xx", | |
"code": "BROKEN_ASS_FORM_ERROR", | |
"source": "__FORM__", | |
"message": "Blah blah", | |
"detail": "Long description..." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment