Getting started Community Training Tutorials Documentation APIs, AI & Tools
type Error = { description?: String, detailedDescription?: String, errorType?: ErrorType, childErrors?: Array<Error> }
| Type | Definition | Description |
|---|---|---|
Error |
|
Type that represents an Error and contains the following fields:
|
ErrorType |
|
A type of error that a Mule component can throw. The error type has a |
Message |
|
Type that represents a Mule message. |