Skip to content

Instantly share code, notes, and snippets.

@Alxandr
Last active May 24, 2024 07:25
Show Gist options
  • Save Alxandr/36bfd151a2ce0c108cc2763f168fa805 to your computer and use it in GitHub Desktop.
Save Alxandr/36bfd151a2ce0c108cc2763f168fa805 to your computer and use it in GitHub Desktop.
{
"status": 400,
"detail": "One or more validation errors occurred.",
"code": "STD-00000",
"validationErrors": [
{
"code": "TEST.VLD-00001",
"detail": "Field is required.",
"paths": [
"/field1"
]
},
{
"code": "TEST.VLD-00001",
"detail": "Field is required.",
"paths": [
"/field2"
]
},
{
"code": "TEST.VLD-00003",
"detail": "Passwords must match.",
"paths": [
"/password",
"/confirmPassword"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment