Enum DebugServerError

java.lang.Object
java.lang.Enum<DebugServerError>
org.robovm.libimobiledevice.binding.DebugServerError
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DebugServerError>

public enum DebugServerError
extends java.lang.Enum<DebugServerError>
  • Enum Constant Details

    • DEBUGSERVER_E_SUCCESS

      public static final DebugServerError DEBUGSERVER_E_SUCCESS
    • DEBUGSERVER_E_INVALID_ARG

      public static final DebugServerError DEBUGSERVER_E_INVALID_ARG
    • DEBUGSERVER_E_MUX_ERROR

      public static final DebugServerError DEBUGSERVER_E_MUX_ERROR
    • DEBUGSERVER_E_SSL_ERROR

      public static final DebugServerError DEBUGSERVER_E_SSL_ERROR
    • DEBUGSERVER_E_RESPONSE_ERROR

      public static final DebugServerError DEBUGSERVER_E_RESPONSE_ERROR
    • DEBUGSERVER_E_TIMEOUT

      public static final DebugServerError DEBUGSERVER_E_TIMEOUT
    • DEBUGSERVER_E_UNKNOWN_ERROR

      public static final DebugServerError DEBUGSERVER_E_UNKNOWN_ERROR
  • Method Details

    • values

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

      public static DebugServerError valueOf​(java.lang.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.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • swigValue

      public final int swigValue()
    • swigToEnum

      public static DebugServerError swigToEnum​(int swigValue)