java.lang.Object
org.mule.runtime.extension.api.error.ErrorConstants

public final class ErrorConstants extends Object
Provides useful static values for use in extensions declarers dealing with error types.
Since:
1.4
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.mule.metadata.api.model.MetadataType
     
    static final org.mule.metadata.api.model.MetadataType
    Parameters of this type declare new error types specific to the artifact that declares in.
    static final org.mule.metadata.api.model.MetadataType
    Parameters of this type declare a matcher for error types that can be generated by the application.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ERROR_TYPE_DEFINITION

      public static final org.mule.metadata.api.model.MetadataType ERROR_TYPE_DEFINITION
      Parameters 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_MATCHER
      Parameters 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