Types
-
grpc
- Compression COMPRESSION_AUTO | COMPRESSION_ALWAYS | COMPRESSION_NEVER
-
Options to compress using gzip or deflate.
AUTO
: When service behaves as a HTTP gateway inbound request/response accept-encoding option is set as the outbound request/response accept-encoding/content-encoding optionALWAYS
: Always set accept-encoding/content-encoding in outbound request/responseNEVER
: Never set accept-encoding/content-encoding header in outbound request/response
- Error CancelledError | UnKnownError | InvalidArgumentError | DeadlineExceededError | NotFoundError | AlreadyExistsError | PermissionDeniedError | UnauthenticatedError | ResourceExhaustedError | FailedPreconditionError | AbortedError | OutOfRangeError | UnimplementedError | InternalError | UnavailableError | DataLossError | ResiliencyError | StreamClosedError | EOS
-
Represents gRPC related errors.
- ResiliencyError AllRetryAttemptsFailed
-
Represents all the resiliency-related errors.