Created
October 9, 2015 14:33
-
-
Save gaurish/86ad9e607a9f3c45f3b1 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
{ | |
"errors": [ | |
{ | |
"message": "Required parameter missing or the value is empty: client", | |
"code": "missing_required_param" | |
} | |
] | |
} |
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
{ | |
"missing_required_param": ["Required parameter missing or the value is empty: client"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment