Interface ErrorTypeProvider
@MinMuleVersion("4.1")
public interface ErrorTypeProvider
A component responsible for providing an idempotent
Set of ErrorTypeDefinition representing the list of errors
that a component can throw.- Since:
- 1.0
- See Also:
-
Method Summary
-
Method Details
-
getErrorTypes
Set<ErrorTypeDefinition> getErrorTypes()- Returns:
- a
SetofErrorTypeDefinition
-