Fix comments in Status (#8429)
Summary: Signed-off-by: lorinlee <lorinlee1996@gmail.com> Pull Request resolved: https://github.com/facebook/rocksdb/pull/8429 Reviewed By: zhichao-cao Differential Revision: D29256538 Pulled By: ajkr fbshipit-source-id: fa483861148d82119f4c8775d0cf5f6c71b06215
This commit is contained in:
parent
6f33901899
commit
e9b627fd56
@ -452,10 +452,8 @@ class Status {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
// A nullptr state_ (which is always the case for OK) means the message
|
// A nullptr state_ (which is always the case for OK) means the message
|
||||||
// is empty.
|
// is empty, else state_ points to message.
|
||||||
// of the following form:
|
|
||||||
// state_[0..3] == length of message
|
|
||||||
// state_[4..] == message
|
|
||||||
Code code_;
|
Code code_;
|
||||||
SubCode subcode_;
|
SubCode subcode_;
|
||||||
Severity sev_;
|
Severity sev_;
|
||||||
|
Loading…
Reference in New Issue
Block a user