Enumerations | |
enum | Code { OK = 0, CANCELLED = 1, UNKNOWN = 2, INVALID_ARGUMENT = 3, DEADLINE_EXCEEDED = 4, NOT_FOUND = 5, ALREADY_EXISTS = 6, PERMISSION_DENIED = 7, UNAUTHENTICATED = 16, RESOURCE_EXHAUSTED = 8, FAILED_PRECONDITION = 9, ABORTED = 10, OUT_OF_RANGE = 11, UNIMPLEMENTED = 12, INTERNAL = 13, UNAVAILABLE = 14, DATA_LOSS = 15 } |
Functions | |
string | CodeEnumToString (error::Code code) |
Definition at line 46 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.h.
|
inline |
Definition at line 41 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/stubs/status.cc.