Additional Inherited Members | |
![]() | |
StatusCode | error_code () const |
Return the instance's error code. More... | |
std::string | error_details () const |
Return the (binary) error details. More... | |
std::string | error_message () const |
Return the instance's error message. More... | |
void | IgnoreError () const |
bool | ok () const |
Is the status OK? More... | |
Status () | |
Construct an OK instance. More... | |
Status (StatusCode code, const std::string &error_message) | |
Status (StatusCode code, const std::string &error_message, const std::string &error_details) | |
![]() | |
static const Status & | CANCELLED = Status(StatusCode::CANCELLED, "") |
A CANCELLED pre-defined instance. More... | |
static const Status & | OK = Status() |
An OK pre-defined instance. More... | |
Definition at line 29 of file rpc_status.py.