Package org.rocksdb

Class Status

java.lang.Object
org.rocksdb.Status
All Implemented Interfaces:
Serializable

public class Status extends Object implements Serializable
Represents the status returned by a function call in RocksDB.

Currently only used with RocksDBException when the status is not Status.Code.Ok

See Also: