CategoryValidationError
Error body for request-body validation failures on create/restore (400). Each key is a
camelCase field from CategoryCreateRequest; the value is either a single message or a
list of messages for that field, as returned by the underlying serializer.
codeinteger
Echoes the HTTP status code.
Example:
400statusinteger
Echoes the HTTP status code (alias of code for legacy consumers).
Example:
400property name* object
oneOf
- string
- string[]
string
CategoryValidationError
{
"customId": [
"This field is required."
],
"code": 400,
"status": 400
}