Skip to main content

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: 400
statusinteger

Echoes the HTTP status code (alias of code for legacy consumers).

Example: 400
property name* object
oneOf
string
CategoryValidationError
{
"customId": [
"This field is required."
],
"code": 400,
"status": 400
}