Skip to main content

Module gestalt_error_code

Module gestalt_error_code 

Source
Expand description

Canonical SDK error codes, drawn from the standard gRPC status codes.

Constantsยง

ABORTED
The operation was aborted.
ALREADY_EXISTS
The entity the client attempted to create already exists.
CANCELLED
The operation was cancelled.
DATA_LOSS
Unrecoverable data loss or corruption.
DEADLINE_EXCEEDED
The deadline expired before the operation could complete.
FAILED_PRECONDITION
The system is not in a state required for the operation.
INTERNAL
An internal error occurred.
INVALID_ARGUMENT
The client specified an invalid argument.
NOT_FOUND
The requested entity was not found.
OUT_OF_RANGE
The operation was attempted past the valid range.
PERMISSION_DENIED
The caller does not have permission to execute the operation.
RESOURCE_EXHAUSTED
A resource has been exhausted.
UNAUTHENTICATED
The request lacks valid authentication credentials.
UNAVAILABLE
The service is currently unavailable.
UNIMPLEMENTED
The operation is not implemented or supported.
UNKNOWN
The cause of the error is unknown.