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.
- $anonType$0 0
- $anonType$1 1
- $anonType$10 10
- $anonType$11 11
- $anonType$12 12
- $anonType$13 13
- $anonType$14 14
- $anonType$15 15
- $anonType$16 16
- $anonType$17 AUTO
- $anonType$18 ALWAYS
- $anonType$19 NEVER
- $anonType$2 2
- $anonType$21 10
- $anonType$22 120000
- $anonType$3 3
- $anonType$4 4
- $anonType$5 5
- $anonType$6 6
- $anonType$7 7
- $anonType$8 8
- $anonType$9 9