org.apache.zookeeper
Class OpResult.ErrorResult
java.lang.Object
org.apache.zookeeper.OpResult
org.apache.zookeeper.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
OpResult.ErrorResult
public OpResult.ErrorResult(int err)
getErr
public int getErr()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013 The Apache Software Foundation