Go to the documentation of this file.
19 #ifndef GRPCPP_SUPPORT_STATUS_CODE_ENUM_H
20 #define GRPCPP_SUPPORT_STATUS_CODE_ENUM_H
145 #endif // GRPCPP_SUPPORT_STATUS_CODE_ENUM_H
@ UNAVAILABLE
The service is currently unavailable.
Definition: status_code_enum.h:134
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33
@ PERMISSION_DENIED
The caller does not have permission to execute the specified operation.
Definition: status_code_enum.h:64
@ ALREADY_EXISTS
Some entity that we attempted to create (e.g., file or directory) already exists.
Definition: status_code_enum.h:57
@ DATA_LOSS
Unrecoverable data loss or corruption.
Definition: status_code_enum.h:137
@ FAILED_PRECONDITION
Operation was rejected because the system is not in a state required for the operation's execution.
Definition: status_code_enum.h:92
@ DO_NOT_USE
Force users to include a default branch:
Definition: status_code_enum.h:140
@ OK
Not an error; returned on success.
Definition: status_code_enum.h:28
StatusCode
Definition: status_code_enum.h:26
@ ABORTED
The operation was aborted, typically due to a concurrency issue like sequencer check failures,...
Definition: status_code_enum.h:99
@ DEADLINE_EXCEEDED
Deadline expired before operation could complete.
Definition: status_code_enum.h:50
@ UNIMPLEMENTED
Operation is not implemented or not supported/enabled in this service.
Definition: status_code_enum.h:117
@ NOT_FOUND
Some requested entity (e.g., file or directory) was not found.
Definition: status_code_enum.h:53
@ CANCELLED
The operation was cancelled (typically by the caller).
Definition: status_code_enum.h:31
@ OUT_OF_RANGE
Operation was attempted past the valid range.
Definition: status_code_enum.h:114
@ INVALID_ARGUMENT
Client specified an invalid argument.
Definition: status_code_enum.h:43
@ UNKNOWN
Unknown error.
Definition: status_code_enum.h:37
@ RESOURCE_EXHAUSTED
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out ...
Definition: status_code_enum.h:72
@ UNAUTHENTICATED
The request does not have valid authentication credentials for the operation.
Definition: status_code_enum.h:68
@ INTERNAL
Internal errors.
Definition: status_code_enum.h:121