| Package | Description |
|---|---|
| org.mule.runtime.api.event | |
| org.mule.runtime.api.exception | |
| org.mule.runtime.api.message | |
| org.mule.runtime.internal.event |
| Modifier and Type | Method and Description |
|---|---|
Optional<Error> |
Event.getError()
When a mule component throws an error then an
Error object gets generated with all the data associated to the error. |
Optional<Error> |
InputEvent.getError()
When a mule component throws an error then an
Error object gets generated with all the data associated to the error. |
| Modifier and Type | Method and Description |
|---|---|
InputEvent |
InputEvent.error(Error error)
Sets an error related to the produced event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
ComposedErrorException.getErrors()
Provides the list of errors associated to this exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
Error.getChildErrors()
Lists any child
Errors, if any. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Error> |
DefaultInputEvent.getError() |
| Modifier and Type | Method and Description |
|---|---|
InputEvent |
DefaultInputEvent.error(Error error) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.