Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Last active March 30, 2018 19:48
Show Gist options
  • Save quicksnap/ac5a307e33e81234dd7447989f32e38a to your computer and use it in GitHub Desktop.
Save quicksnap/ac5a307e33e81234dd7447989f32e38a to your computer and use it in GitHub Desktop.
{
"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