|
LogCabin
|
Returned by Tree operations; contain a status code and an error message. More...
#include <Client.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::Client::Result::error |
1.7.6.1