34 #ifndef GRPCXX_SUPPORT_STATUS_CODE_ENUM_H
35 #define GRPCXX_SUPPORT_STATUS_CODE_ENUM_H
152 #endif // GRPCXX_SUPPORT_STATUS_CODE_ENUM_H
The caller does not have permission to execute the specified operation.
Definition: status_code_enum.h:77
The service is currently unavailable.
Definition: status_code_enum.h:141
Some entity that we attempted to create (e.g., file or directory) already exists. ...
Definition: status_code_enum.h:70
Operation was rejected because the system is not in a state required for the operation's execution...
Definition: status_code_enum.h:105
Unrecoverable data loss or corruption.
Definition: status_code_enum.h:144
Not an error; returned on success.
Definition: status_code_enum.h:41
StatusCode
Definition: status_code_enum.h:39
Force users to include a default branch:
Definition: status_code_enum.h:147
The operation was aborted, typically due to a concurrency issue like sequencer check failures...
Definition: status_code_enum.h:112
The operation was cancelled (typically by the caller).
Definition: status_code_enum.h:44
Deadline expired before operation could complete.
Definition: status_code_enum.h:63
Client specified an invalid argument.
Definition: status_code_enum.h:56
Operation is not implemented or not supported/enabled in this service.
Definition: status_code_enum.h:130
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out ...
Definition: status_code_enum.h:85
Some requested entity (e.g., file or directory) was not found.
Definition: status_code_enum.h:66
Unknown error.
Definition: status_code_enum.h:50
Operation was attempted past the valid range.
Definition: status_code_enum.h:127
Internal errors.
Definition: status_code_enum.h:134
The request does not have valid authentication credentials for the operation.
Definition: status_code_enum.h:81