Skip to content

Instantly share code, notes, and snippets.

@ismail1432
Created May 18, 2019 10:42
Show Gist options
  • Save ismail1432/addc80ee0e878bc649720b6beae5b1e9 to your computer and use it in GitHub Desktop.
Save ismail1432/addc80ee0e878bc649720b6beae5b1e9 to your computer and use it in GitHub Desktop.
// Response
{
"@context": "/contexts/ConstraintViolationList",
"@type": "ConstraintViolationList",
"hydra:title": "An error occurred",
"hydra:description": "title: You are not allowed to do this stuff !",
"violations": [
{
"propertyPath": "title",
"message": "You are not allowed to do this stuff !"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment