Skip to content

Instantly share code, notes, and snippets.

@matthew-inamdar
Last active March 12, 2020 19:36
Show Gist options
  • Select an option

  • Save matthew-inamdar/bc01530d1ef906a9fcfcaf722dcd131a to your computer and use it in GitHub Desktop.

Select an option

Save matthew-inamdar/bc01530d1ef906a9fcfcaf722dcd131a to your computer and use it in GitHub Desktop.
{
"message": "The given data was invalid.",
"errors": {
"username": [
"The username cannot include spaces",
"The username must contain at least 1 letter and number"
],
"password": [
"The password must be longer than 8 characters"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment