Created
April 12, 2019 21:19
-
-
Save hlship/d82309c684da4d40441526aa6f5224da to your computer and use it in GitHub Desktop.
Example useless JSON response
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": "FAIL", | |
"payload": { | |
"errors": [ | |
{ | |
"field": "header", | |
"category": "APPLICATION", | |
"description": "Error description not available", | |
"severity": "ERROR", | |
"code": "org.apache.commons.json.JSONException", | |
"info": "" | |
} | |
], | |
"status": "FAIL" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment