Class ErrorConstants
java.lang.Object
org.mule.runtime.extension.api.error.ErrorConstants
Provides useful static values for use in extensions declarers dealing with error types.
- Since:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.mule.metadata.api.model.MetadataTypestatic final org.mule.metadata.api.model.MetadataTypeParameters of this type declare new error types specific to the artifact that declares in.static final org.mule.metadata.api.model.MetadataTypeParameters of this type declare a matcher for error types that can be generated by the application. -
Method Summary
-
Field Details
-
ERROR_TYPE_DEFINITION
public static final org.mule.metadata.api.model.MetadataType ERROR_TYPE_DEFINITIONParameters of this type declare new error types specific to the artifact that declares in. -
ERROR_TYPE_MATCHER
public static final org.mule.metadata.api.model.MetadataType ERROR_TYPE_MATCHERParameters of this type declare a matcher for error types that can be generated by the application. -
ERROR
public static final org.mule.metadata.api.model.MetadataType ERROR
-