Classes | Namespaces | Enumerations | Functions
third_party/protobuf/src/google/protobuf/stubs/status.h File Reference
#include <string>
#include <google/protobuf/stubs/stringpiece.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
Include dependency graph for third_party/protobuf/src/google/protobuf/stubs/status.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  google::protobuf::util::status_internal::Status
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::util
 
 google::protobuf::util::status_internal
 

Enumerations

enum  google::protobuf::util::status_internal::StatusCode : int {
  google::protobuf::util::status_internal::StatusCode::kOk = 0, google::protobuf::util::status_internal::StatusCode::kCancelled = 1, google::protobuf::util::status_internal::StatusCode::kUnknown = 2, google::protobuf::util::status_internal::StatusCode::kInvalidArgument = 3,
  google::protobuf::util::status_internal::StatusCode::kDeadlineExceeded = 4, google::protobuf::util::status_internal::StatusCode::kNotFound = 5, google::protobuf::util::status_internal::StatusCode::kAlreadyExists = 6, google::protobuf::util::status_internal::StatusCode::kPermissionDenied = 7,
  google::protobuf::util::status_internal::StatusCode::kUnauthenticated = 16, google::protobuf::util::status_internal::StatusCode::kResourceExhausted = 8, google::protobuf::util::status_internal::StatusCode::kFailedPrecondition = 9, google::protobuf::util::status_internal::StatusCode::kAborted = 10,
  google::protobuf::util::status_internal::StatusCode::kOutOfRange = 11, google::protobuf::util::status_internal::StatusCode::kUnimplemented = 12, google::protobuf::util::status_internal::StatusCode::kInternal = 13, google::protobuf::util::status_internal::StatusCode::kUnavailable = 14,
  google::protobuf::util::status_internal::StatusCode::kDataLoss = 15
}
 

Functions

Status google::protobuf::util::status_internal::AbortedError (StringPiece message)
 
Status google::protobuf::util::status_internal::AlreadyExistsError (StringPiece message)
 
Status google::protobuf::util::status_internal::CancelledError (StringPiece message)
 
Status google::protobuf::util::status_internal::DataLossError (StringPiece message)
 
Status google::protobuf::util::status_internal::DeadlineExceededError (StringPiece message)
 
Status google::protobuf::util::status_internal::FailedPreconditionError (StringPiece message)
 
Status google::protobuf::util::status_internal::InternalError (StringPiece message)
 
Status google::protobuf::util::status_internal::InvalidArgumentError (StringPiece message)
 
bool google::protobuf::util::status_internal::IsAborted (const Status &status)
 
bool google::protobuf::util::status_internal::IsAlreadyExists (const Status &status)
 
bool google::protobuf::util::status_internal::IsCancelled (const Status &status)
 
bool google::protobuf::util::status_internal::IsDataLoss (const Status &status)
 
bool google::protobuf::util::status_internal::IsDeadlineExceeded (const Status &status)
 
bool google::protobuf::util::status_internal::IsFailedPrecondition (const Status &status)
 
bool google::protobuf::util::status_internal::IsInternal (const Status &status)
 
bool google::protobuf::util::status_internal::IsInvalidArgument (const Status &status)
 
bool google::protobuf::util::status_internal::IsNotFound (const Status &status)
 
bool google::protobuf::util::status_internal::IsOutOfRange (const Status &status)
 
bool google::protobuf::util::status_internal::IsPermissionDenied (const Status &status)
 
bool google::protobuf::util::status_internal::IsResourceExhausted (const Status &status)
 
bool google::protobuf::util::status_internal::IsUnauthenticated (const Status &status)
 
bool google::protobuf::util::status_internal::IsUnavailable (const Status &status)
 
bool google::protobuf::util::status_internal::IsUnimplemented (const Status &status)
 
bool google::protobuf::util::status_internal::IsUnknown (const Status &status)
 
Status google::protobuf::util::status_internal::NotFoundError (StringPiece message)
 
Status google::protobuf::util::status_internal::OkStatus ()
 
std::ostream & google::protobuf::util::status_internal::operator<< (std::ostream &os, const Status &x)
 
Status google::protobuf::util::status_internal::OutOfRangeError (StringPiece message)
 
Status google::protobuf::util::status_internal::PermissionDeniedError (StringPiece message)
 
Status google::protobuf::util::status_internal::ResourceExhaustedError (StringPiece message)
 
Status google::protobuf::util::status_internal::UnauthenticatedError (StringPiece message)
 
Status google::protobuf::util::status_internal::UnavailableError (StringPiece message)
 
Status google::protobuf::util::status_internal::UnimplementedError (StringPiece message)
 
Status google::protobuf::util::status_internal::UnknownError (StringPiece message)
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:32