Classes | |
class | Status |
Enumerations | |
enum | StatusCode : int { StatusCode::kOk = 0, StatusCode::kCancelled = 1, StatusCode::kUnknown = 2, StatusCode::kInvalidArgument = 3, StatusCode::kDeadlineExceeded = 4, StatusCode::kNotFound = 5, StatusCode::kAlreadyExists = 6, StatusCode::kPermissionDenied = 7, StatusCode::kUnauthenticated = 16, StatusCode::kResourceExhausted = 8, StatusCode::kFailedPrecondition = 9, StatusCode::kAborted = 10, StatusCode::kOutOfRange = 11, StatusCode::kUnimplemented = 12, StatusCode::kInternal = 13, StatusCode::kUnavailable = 14, StatusCode::kDataLoss = 15 } |
|
strong |
Definition at line 46 of file third_party/protobuf/src/google/protobuf/stubs/status.h.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::AbortedError | ( | StringPiece | message | ) |
Definition at line 195 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::AlreadyExistsError | ( | StringPiece | message | ) |
Definition at line 199 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::CancelledError | ( | StringPiece | message | ) |
Definition at line 203 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::DataLossError | ( | StringPiece | message | ) |
Definition at line 207 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::DeadlineExceededError | ( | StringPiece | message | ) |
Definition at line 211 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::FailedPreconditionError | ( | StringPiece | message | ) |
Definition at line 215 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::InternalError | ( | StringPiece | message | ) |
Definition at line 219 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::InvalidArgumentError | ( | StringPiece | message | ) |
Definition at line 223 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 131 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsAlreadyExists | ( | const Status & | status | ) |
Definition at line 135 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 139 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 143 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsDeadlineExceeded | ( | const Status & | status | ) |
Definition at line 147 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsFailedPrecondition | ( | const Status & | status | ) |
Definition at line 151 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 155 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsInvalidArgument | ( | const Status & | status | ) |
Definition at line 159 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 163 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 167 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsPermissionDenied | ( | const Status & | status | ) |
Definition at line 171 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsResourceExhausted | ( | const Status & | status | ) |
Definition at line 175 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsUnauthenticated | ( | const Status & | status | ) |
Definition at line 179 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsUnavailable | ( | const Status & | status | ) |
Definition at line 183 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT bool google::protobuf::util::status_internal::IsUnimplemented | ( | const Status & | status | ) |
Definition at line 187 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
Definition at line 191 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::NotFoundError | ( | StringPiece | message | ) |
Definition at line 227 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::OkStatus | ( | ) |
Definition at line 124 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT std::ostream & google::protobuf::util::status_internal::operator<< | ( | std::ostream & | os, |
const Status & | x | ||
) |
Definition at line 126 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::OutOfRangeError | ( | StringPiece | message | ) |
Definition at line 231 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::PermissionDeniedError | ( | StringPiece | message | ) |
Definition at line 235 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::ResourceExhaustedError | ( | StringPiece | message | ) |
Definition at line 239 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::UnauthenticatedError | ( | StringPiece | message | ) |
Definition at line 243 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::UnavailableError | ( | StringPiece | message | ) |
Definition at line 247 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::UnimplementedError | ( | StringPiece | message | ) |
Definition at line 251 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.
PROTOBUF_EXPORT Status google::protobuf::util::status_internal::UnknownError | ( | StringPiece | message | ) |
Definition at line 255 of file third_party/protobuf/src/google/protobuf/stubs/status.cc.