Errors
-
grpc
- AbortedError
-
Represents error occur when operation is aborted.
- AllRetryAttemptsFailed
-
Represents error scenario where the maximum retry attempts are done and still received an error.
- AlreadyExistsError
-
Represents error occur when attempt to create an entity which already exists.
- CancelledError
-
Represents the operation canceled(typically by the caller) error.
- DataLossError
-
Represents unrecoverable data loss or corruption erros.
- DeadlineExceededError
-
Represents operation expired before completion error.
- EOS
-
Represents an error when reaching the end of the client stream.
- FailedPreconditionError
-
Represents error occur when operation is rejected because the system is not in a state required for the operation's execution.
- InternalError
-
Represents internal error.
- InvalidArgumentError
-
Represents client specified an invalid argument error.
- NotFoundError
-
Represents requested entity (e.g., file or directory) not found error.
- OutOfRangeError
-
Represents error occur when specified value is out of range.
- PermissionDeniedError
-
Represents error occur when the caller does not have permission to execute the specified operation.
- ResourceExhaustedError
-
Represents error occur when the resource is exhausted.
- StreamClosedError
-
Represents an error when calling next when the stream has closed.
- UnKnownError
-
Represents unknown error.(e.g. Status value received is unknown)
- UnauthenticatedError
-
Represents error occur when the request does not have valid authentication credentials for the operation.
-
Represents error occur when the service is currently unavailable.
- UnimplementedError
-
Represents error occur when operation is not implemented or not supported/enabled in this service.