Class OpResult.ErrorResult

  • Enclosing class:
    OpResult

    public static class OpResult.ErrorResult
    extends OpResult
    An error result from any kind of operation. The point of error results is that they contain an error code which helps understand what happened.
    See Also:
    KeeperException.Code
    • Constructor Detail

      • ErrorResult

        public ErrorResult​(int err)
    • Method Detail

      • getErr

        public int getErr()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object