Skip to main content

CategoryReparentNotSupportedError

Error body for a 400 restore request whose parentCustomId differs from the soft-deleted category's original parent.

detailstring

Human-readable error message.

Example: Re-parenting is not allowed.
codestring

Machine-readable error code.

Possible values: [REPARENT_NOT_SUPPORTED]

Example: REPARENT_NOT_SUPPORTED
CategoryReparentNotSupportedError
{
"detail": "Re-parenting is not allowed.",
"code": "REPARENT_NOT_SUPPORTED"
}