Go to the documentation of this file.
19 #ifndef GRPC_IMPL_CODEGEN_STATUS_H
20 #define GRPC_IMPL_CODEGEN_STATUS_H
Force users to include a default branch:
Definition: status.h:147
Operation is not implemented or not supported/enabled in this service.
Definition: status.h:122
The operation was cancelled (typically by the caller).
Definition: status.h:31
Client specified an invalid argument.
Definition: status.h:44
Unrecoverable data loss or corruption.
Definition: status.h:144
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out ...
Definition: status.h:74
Not an error; returned on success.
Definition: status.h:28
Operation was rejected because the system is not in a state required for the operation's execution.
Definition: status.h:95
Deadline expired before operation could complete.
Definition: status.h:51
Some entity that we attempted to create (e.g., file or directory) already exists.
Definition: status.h:58
The service is currently unavailable.
Definition: status.h:141
Internal errors.
Definition: status.h:127
The caller does not have permission to execute the specified operation.
Definition: status.h:66
Some requested entity (e.g., file or directory) was not found.
Definition: status.h:54
The request does not have valid authentication credentials for the operation.
Definition: status.h:70
grpc_status_code
Definition: status.h:26
Unknown error.
Definition: status.h:38
Operation was attempted past the valid range.
Definition: status.h:119
The operation was aborted, typically due to a concurrency issue like sequencer check failures,...
Definition: status.h:102