type Error = { description?: String, detailedDescription?: String, errorType?: ErrorType, childErrors?: Array<Error> }
Mule Types (Mule)
Type | Definition | Description |
---|---|---|
Error |
A complex type that represents an Error:
Not all failing components aggregate errors, so this type can return an empty collection. |
|
ErrorType |
|
A type of error that a Mule component can throw.
|
Message |
|
Type that represents a Mule message. |