Class OpResult.ErrorResult
java.lang.Object
org.apache.zookeeper.OpResult
org.apache.zookeeper.OpResult.ErrorResult
- Enclosing class:
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class OpResult
OpResult.CheckResult, OpResult.CreateResult, OpResult.DeleteResult, OpResult.ErrorResult, OpResult.GetChildrenResult, OpResult.GetDataResult, OpResult.SetDataResult -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorResult
public ErrorResult(int err)
-
-
Method Details
-
getErr
public int getErr() -
equals
-
hashCode
-