LogCabin
|
Returned by Tree operations; contain a status code and an error message. More...
#include <Tree.h>
Public Member Functions | |
Result () | |
Default constructor. | |
Public Attributes | |
Status | status |
A code for whether an operation succeeded or why it did not. | |
std::string | error |
If status is not OK, this is a human-readable message describing what went wrong. |
Returned by Tree operations; contain a status code and an error message.
std::string LogCabin::Tree::Result::error |