Skip to content

Instantly share code, notes, and snippets.

@KalpaD
Created February 6, 2021 04:25
Show Gist options
  • Select an option

  • Save KalpaD/9fcaf1014250eab288c1ae03d8b22086 to your computer and use it in GitHub Desktop.

Select an option

Save KalpaD/9fcaf1014250eab288c1ae03d8b22086 to your computer and use it in GitHub Desktop.
{
"errors": [
{
"code": "firstName",
"message": "First name must be between 2 and 25 characters"
},
{
"code": "title",
"message": "Title cannot be null"
},
{
"code": "lastName",
"message": "Last name cannot be empty"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment