ConstraintsViolation

ConstraintsViolation
ConstraintsViolation

It represents a constraints violation error

JSON Example
{
    "field": "foo_field",
    "message": "Should have more than 24 characters"
}
string
field
Required

The field that is causing the constraints violation

string
message
Required

The human-readable constraints violation description