You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to extend the message shown after a failed create resource:
Would be great to display also the full list of violations in the SnackBar Notification since we already have them in the response body:
{
"@context":"\/api\/contexts\/ConstraintViolationList",
"@type":"ConstraintViolationList",
"hydra:title":"An error occurred",
"hydra:description":"article: This article is already in use on that category.",
"violations":[
{
"propertyPath":"code",
"message":"article: This article is already in use on that category."
}
]
}