Fields
| Name | Type | Description |
|---|---|---|
| caseId | String! | Unique identifier for a case |
| entityId | String! | Unique identifier of the entity |
| exceptionType | ExceptionType! | Type of exception |
| reason | String! | Reason for exception |
Definition of the AddExceptionForCaseEntityInput input object
| Name | Type | Description |
|---|---|---|
| caseId | String! | Unique identifier for a case |
| entityId | String! | Unique identifier of the entity |
| exceptionType | ExceptionType! | Type of exception |
| reason | String! | Reason for exception |