#include <status.h>
Definition at line 67 of file status.h.
◆ Status() [1/3]
google::protobuf::util::Status::Status |
( |
| ) |
|
◆ Status() [2/3]
◆ Status() [3/3]
google::protobuf::util::Status::Status |
( |
const Status & |
other | ) |
|
◆ ~Status()
google::protobuf::util::Status::~Status |
( |
| ) |
|
|
inline |
◆ code()
error::Code google::protobuf::util::Status::code |
( |
| ) |
const |
|
inline |
◆ error_code()
int google::protobuf::util::Status::error_code |
( |
| ) |
const |
|
inline |
◆ error_message()
StringPiece google::protobuf::util::Status::error_message |
( |
| ) |
const |
|
inline |
◆ message()
StringPiece google::protobuf::util::Status::message |
( |
| ) |
const |
|
inline |
◆ ok()
bool google::protobuf::util::Status::ok |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool google::protobuf::util::Status::operator!= |
( |
const Status & |
x | ) |
const |
|
inline |
◆ operator=()
Status & google::protobuf::util::Status::operator= |
( |
const Status & |
x | ) |
|
◆ operator==()
bool google::protobuf::util::Status::operator== |
( |
const Status & |
x | ) |
const |
◆ ToString()
string google::protobuf::util::Status::ToString |
( |
| ) |
const |
◆ CANCELLED
const Status google::protobuf::util::Status::CANCELLED = Status(error::CANCELLED, "") |
|
static |
◆ error_code_
error::Code google::protobuf::util::Status::error_code_ |
|
private |
◆ error_message_
string google::protobuf::util::Status::error_message_ |
|
private |
◆ OK
◆ UNKNOWN
const Status google::protobuf::util::Status::UNKNOWN = Status(error::UNKNOWN, "") |
|
static |
The documentation for this class was generated from the following files: