public enum HierarchalErrorType extends Enum<HierarchalErrorType> implements org.mule.runtime.extension.api.error.ErrorTypeDefinition<HierarchalErrorType>
| Enum Constant and Description |
|---|
ERROR_AUTHENTICATE |
ERROR_GET_JOB_STATUS |
ERROR_INVOKING_BSFN |
ERROR_INVOKING_WS |
ERROR_LOGOUT |
ERROR_POLL_EVENTS |
ERROR_SUBMIT_UBE |
ERROR_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
getParent() |
static HierarchalErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HierarchalErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HierarchalErrorType ERROR_AUTHENTICATE
public static final HierarchalErrorType ERROR_INVOKING_WS
public static final HierarchalErrorType ERROR_INVOKING_BSFN
public static final HierarchalErrorType ERROR_TRANSACTION
public static final HierarchalErrorType ERROR_SUBMIT_UBE
public static final HierarchalErrorType ERROR_GET_JOB_STATUS
public static final HierarchalErrorType ERROR_POLL_EVENTS
public static final HierarchalErrorType ERROR_LOGOUT
public static HierarchalErrorType[] values()
for (HierarchalErrorType c : HierarchalErrorType.values()) System.out.println(c);
public static HierarchalErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Optional<org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> getParent()
getParent in interface org.mule.runtime.extension.api.error.ErrorTypeDefinition<HierarchalErrorType>Copyright © 2026 MuleSoft, Inc.. All rights reserved.