Skip to content

Instantly share code, notes, and snippets.

@alanhoff
Created September 29, 2014 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanhoff/c2e088b81e4a299e9200 to your computer and use it in GitHub Desktop.
Save alanhoff/c2e088b81e4a299e9200 to your computer and use it in GitHub Desktop.
{
"error": "Bad Request",
"message": "the length of name must be at least 3 characters long",
"statusCode": 400,
"validation": {
"keys": [
"name"
],
"source": "params"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment