ConflictError
Error body for 409 conflict responses.
detailstring
Human-readable error message.
Example:
This customId is already in use in this organization.codestring
Machine-readable conflict code.
Possible values: [CATEGORY_CUSTOM_ID_CONFLICT, CATEGORY_BUSINESS_ID_CONFLICT]
Example:
CATEGORY_CUSTOM_ID_CONFLICTstatusinteger
HTTP status code.
Example:
409ConflictError
{
"detail": "This customId is already in use in this organization.",
"code": "CATEGORY_CUSTOM_ID_CONFLICT",
"status": 409
}