webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Macros | Enumerations | Functions
status.h File Reference
#include <iosfwd>
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/stringpiece.h>

Go to the source code of this file.

Classes

struct  google::protobuf::util::StatusPod
 
class  google::protobuf::util::Status
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::util
 
 google::protobuf::util::error
 

Macros

#define EXPECT_OK(value)   EXPECT_TRUE((value).ok())
 

Enumerations

enum  google::protobuf::util::error::Code {
  google::protobuf::util::error::OK = 0, google::protobuf::util::error::CANCELLED = 1, google::protobuf::util::error::UNKNOWN = 2, google::protobuf::util::error::INVALID_ARGUMENT = 3,
  google::protobuf::util::error::DEADLINE_EXCEEDED = 4, google::protobuf::util::error::NOT_FOUND = 5, google::protobuf::util::error::ALREADY_EXISTS = 6, google::protobuf::util::error::PERMISSION_DENIED = 7,
  google::protobuf::util::error::UNAUTHENTICATED = 16, google::protobuf::util::error::RESOURCE_EXHAUSTED = 8, google::protobuf::util::error::FAILED_PRECONDITION = 9, google::protobuf::util::error::ABORTED = 10,
  google::protobuf::util::error::OUT_OF_RANGE = 11, google::protobuf::util::error::UNIMPLEMENTED = 12, google::protobuf::util::error::INTERNAL = 13, google::protobuf::util::error::UNAVAILABLE = 14,
  google::protobuf::util::error::DATA_LOSS = 15
}
 

Functions

ostream & google::protobuf::util::operator<< (ostream &os, const Status &x)
 

Macro Definition Documentation

◆ EXPECT_OK

#define EXPECT_OK (   value)    EXPECT_TRUE((value).ok())