Google APIs Client Library for C++
|
Go to the source code of this file.
Classes | |
class | Status |
namespace error More... | |
Namespaces | |
namespace | googleapis |
A service request pager acts as a high level iterator for paging through results. | |
namespace | googleapis::util |
namespace | googleapis::util::error |
Enumerations | |
enum | Code { OK = 0, CANCELLED = 1, UNKNOWN = 2, INVALID_ARGUMENT = 3, DEADLINE_EXCEEDED = 4, NOT_FOUND = 5, ALREADY_EXISTS = 6, PERMISSION_DENIED = 7, RESOURCE_EXHAUSTED = 8, FAILED_PRECONDITION = 9, ABORTED = 10, OUT_OF_RANGE = 11, UNIMPLEMENTED = 12, INTERNAL = 13, UNAVAILABLE = 14, DATA_LOSS = 15 } |
Variables | |
const Code | Code_MIN = OK |
Smallest code value (inclusive). | |
const Code | Code_MAX = DATA_LOSS |
Largest code value (inclusive). |