Type Alias: DomainError
Technical Preview
The Functional Programming API is a technical preview. Its surface may change in future releases without following semver.
type DomainError =
| CamundaValidationError
| EventualConsistencyTimeoutError
| HttpError
| Error;