type Error = { description?: String, detailedDescription?: String, errorType?: ErrorType, childErrors?: Array<Error> }
Mule Types (dw::Mule)
| 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  Every error belongs to a  Error types can be a specialization of a more general error type, in which
case the   | 
Message  | 
  | 
Type that represents a Mule message.  | 



