Last active
June 13, 2018 19:44
-
-
Save clarencenpy/e72408f541d384072fc4f928a12e94a9 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
{ | |
"message": "Failed to get events due to validation errors", | |
"extensions": { | |
"code": "BAD_USER_INPUT", | |
"exception": { | |
"validationErrors": { | |
"zipCode": "This is not a valid zipcode" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment