Enum Class ErrorType

java.lang.Object
java.lang.Enum<ErrorType>
com.samsung.android.sdk.samsungpay.v2.ErrorType
All Implemented Interfaces:
Serializable, Comparable<ErrorType>, Constable

public enum ErrorType extends Enum<ErrorType>
  • Enum Constant Details

    • SPAY_VALIDITY_FAIL

      public static final ErrorType SPAY_VALIDITY_FAIL
    • DUPLICATED_REQUEST

      public static final ErrorType DUPLICATED_REQUEST
    • BINDING_FAIL

      public static final ErrorType BINDING_FAIL
    • REMOTE_EXCEPTION

      public static final ErrorType REMOTE_EXCEPTION
    • NAME_NOT_FOUND_EXCEPTION

      public static final ErrorType NAME_NOT_FOUND_EXCEPTION
    • SERVICE_DISCONNECTED

      public static final ErrorType SERVICE_DISCONNECTED
    • PARTNER_INFO_INVALID

      public static final ErrorType PARTNER_INFO_INVALID
    • UNKNOWN

      public static final ErrorType UNKNOWN
  • Method Details

    • values

      public static ErrorType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ErrorType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null