Error Reference
business-error
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/business-error |
| HTTP Status | 400 Bad Request |
Description
The request was well-formed but violates a domain or business rule. Unlike a generic bad request, this error indicates that the request structure is correct but the operation is not permitted given the current state of the system or the business constraints that apply.
Response Example
Code
Common Causes
- Violating business constraints for the addressed resource
- Attempting an operation that is not allowed in the current resource state
- Exceeding configured limits enforced by domain rules
How to Fix
- Review the
detailfield in the error response to see which business rule was violated. - Consult the API reference for the endpoint's documented requirements and valid states.
- Ensure your request satisfies the relevant business constraints before retrying.
Last modified on