Class OperationStatus

java.lang.Object
org.apache.hadoop.hbase.regionserver.OperationStatus

@LimitedPrivate("Coprocesssor") public class OperationStatus extends Object
This class stores the Operation status code and the exception message that occurs in case of failure of operations like put, delete, etc. This class is added with a purpose of adding more details or info regarding the operation status in future.