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_SUPPORTEDCategoryReparentNotSupportedError
{
"detail": "Re-parenting is not allowed.",
"code": "REPARENT_NOT_SUPPORTED"
}