Enum ExternalEventResponseErrorType

  • All Implemented Interfaces:
    java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericEnumSymbol

    
    public enum ExternalEventResponseErrorType
     implements GenericEnumSymbol<E>
                        

    TRANSIENT: A transient error. PLATFORM: An error that should be propagated to the calling flow. FATAL: A fatal error.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Schema SCHEMA$
    • Constructor Summary

      Constructors 
      Constructor Description
    • Constructor Detail

    • Method Detail

      • values

         static Array<ExternalEventResponseErrorType> values()

        Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

      • valueOf

         static ExternalEventResponseErrorType valueOf(String name)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)