Skip to main content

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_CONFLICT
statusinteger

HTTP status code.

Example: 409
ConflictError
{
"detail": "This customId is already in use in this organization.",
"code": "CATEGORY_CUSTOM_ID_CONFLICT",
"status": 409
}