E - Enum typepublic interface ErrorTypeDefinition<E extends Enum<E>>
Enum.
Error Type Hierarchy
Enum can override
getParent() and declare which is the parent of the modified element. Enum class or any of MuleErrors values, inherit from
MuleErrors indicates that the child will inherit from a Mule exposed error.MuleErrors| Modifier and Type | Method and Description |
|---|---|
default Optional<ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
default String |
getType() |
default String getType()
default Optional<ErrorTypeDefinition<? extends Enum<?>>> getParent()
Optional parent of the current error type definitionCopyright © 2017 MuleSoft, Inc.. All rights reserved.