Enum Class ErrorCode

java.lang.Object
java.lang.Enum<ErrorCode>
me.clarius.sdk.ErrorCode
All Implemented Interfaces:
Serializable, Comparable<ErrorCode>, Constable

public enum ErrorCode extends Enum<ErrorCode>
Error codes.
  • Enum Constant Details

    • ErrorGeneric

      public static final ErrorCode ErrorGeneric
      Generic error.
    • ErrorSetup

      public static final ErrorCode ErrorSetup
      Setup error.
    • ErrorProbe

      public static final ErrorCode ErrorProbe
      Probe error.
    • ErrorApplication

      public static final ErrorCode ErrorApplication
      Application load error.
    • ErrorSwUpdate

      public static final ErrorCode ErrorSwUpdate
      Software update error.
    • ErrorGl

      public static final ErrorCode ErrorGl
      GL error.
    • ErrorRawData

      public static final ErrorCode ErrorRawData
      Raw data error.
  • Method Details

    • values

      public static ErrorCode[] 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 ErrorCode 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