Package org.mule.runtime.extension.api.error
package org.mule.runtime.extension.api.error
-
ClassDescriptionProvides useful static values for use in extensions declarers dealing with error types.Determines that an error thrown by an operation should be mapped to another.ErrorTypeDefinition<E extends Enum<E>>Identifies a Mule Error Type to be declared by extensions and must be implemented by an
Enum.ErrorTypeDefinitionEnumwhich publish the available errors that the Mule Runtime provides to be extended from an extension.