public enum MuleErrors extends Enum<MuleErrors> implements ErrorTypeDefinition<MuleErrors>
ErrorTypeDefinition Enum which publish the available errors that the Mule Runtime provides to be extended from
an extension.| Modifier and Type | Method and Description |
|---|---|
Optional<ErrorTypeDefinition<?>> |
getParent() |
static MuleErrors |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MuleErrors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetTypepublic static final MuleErrors ANY
public static final MuleErrors CONNECTIVITY
public static final MuleErrors TRANSFORMATION
public static final MuleErrors EXPRESSION
public static final MuleErrors REDELIVERY_EXHAUSTED
public static final MuleErrors RETRY_EXHAUSTED
public static final MuleErrors ROUTING
public static final MuleErrors SECURITY
public static final MuleErrors CLIENT_SECURITY
public static final MuleErrors SERVER_SECURITY
public static final MuleErrors OVERLOAD
public static final MuleErrors SOURCE
public static final MuleErrors SOURCE_ERROR_RESPONSE_GENERATE
public static final MuleErrors SOURCE_ERROR_RESPONSE_SEND
public static final MuleErrors SOURCE_RESPONSE
public static final MuleErrors SOURCE_RESPONSE_GENERATE
public static final MuleErrors SOURCE_RESPONSE_SEND
public static MuleErrors[] values()
for (MuleErrors c : MuleErrors.values()) System.out.println(c);
public static MuleErrors 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<ErrorTypeDefinition<?>> getParent()
getParent in interface ErrorTypeDefinition<MuleErrors>Optional parent of the current error type definitionCopyright © 2017 MuleSoft, Inc.. All rights reserved.