public interface Error extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
The exception thrown by the failing component.
|
String |
getDescription()
Concise description of the error.
|
String |
getDetailedDescription()
Detailed description of the error.
|
Message |
getErrorMessage()
This is an error response generated by the component that failed to process the message.
|
ErrorType |
getErrorType()
Returns the type of the error.
|
String getDescription()
getDetailedDescription()String getDetailedDescription()
ErrorType getErrorType()
ErrorType.Throwable getCause()
Message getErrorMessage()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.