gRPC Status Codes
A high-performance RPC framework by Google. gRPC status codes describe the outcome of remote procedure calls.
View Specification →0-16 gRPC Status Codes
Standard gRPC status codes (0-16).
The operation completed successfully.
The operation was cancelled, typically by the caller.
Unknown error. An error occurred but the cause is not known.
The client specified an invalid argument.
The deadline expired before the operation could complete.
Some requested entity was not found.
The entity that a client attempted to create already exists.
The caller does not have permission to execute the operation.
Some resource has been exhausted (e.g., rate limit, disk space).
The operation was rejected because the system is not in a required state.
The operation was aborted, typically due to a concurrency issue.
The operation was attempted past the valid range.
The operation is not implemented or not supported.
Internal error. Some invariants expected by the underlying system have been broken.
The service is currently unavailable. A transient condition that may be corrected by retrying.
Unrecoverable data loss or corruption.
The request does not have valid authentication credentials.