Package com.grephq.ot

Class JusbError


  • public class JusbError
    extends java.lang.Object
    Error codes
    • Constructor Summary

      Constructors 
      Constructor Description
      JusbError()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ERROR_INVALID_PARAM

        public static final int ERROR_INVALID_PARAM
        Invalid parameter
        See Also:
        Constant Field Values
      • ERROR_ACCESS

        public static final int ERROR_ACCESS
        Access denied (insufficient permissions)
        See Also:
        Constant Field Values
      • ERROR_NO_DEVICE

        public static final int ERROR_NO_DEVICE
        No such device (it may have been disconnected)
        See Also:
        Constant Field Values
      • ERROR_NOT_FOUND

        public static final int ERROR_NOT_FOUND
        Entity not found
        See Also:
        Constant Field Values
      • ERROR_TIMEOUT

        public static final int ERROR_TIMEOUT
        Operation timed out
        See Also:
        Constant Field Values
      • ERROR_INTERRUPTED

        public static final int ERROR_INTERRUPTED
        System call interrupted (perhaps due to signal)
        See Also:
        Constant Field Values
      • ERROR_NOT_SUPPORTED

        public static final int ERROR_NOT_SUPPORTED
        Operation not supported or unimplemented on this platform
        See Also:
        Constant Field Values
    • Constructor Detail

      • JusbError

        public JusbError()