Closed
Description
The following:
{
"errors": [
{
"status": "422",
"code": "invalid-attributes",
"title": "Invalid Attributes",
"detail": "The provided attributes are invalid.",
"source": {
"pointer": "/data/attributes"
}
},
{
"status": "422",
"code": "invalid-attribute",
"title": "Invalid Attribute",
"detail": "The title must be at least 2 characters.",
"source": {
"pointer": "/data/attributes/title"
}
}
]
}
had a HTTP status code of 400
. Check what ErrorCollection::getStatus()
returns in the above scenario.
Metadata
Metadata
Assignees
Labels
No labels