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 | AleadyExistsError | PermissionDeniedError | UnauthenticatedError | ResourceExhaustedError | FailedPreconditionError | AbortedError | OutOfRangeError | UnimplementedError | InternalError | UnavailableError | DataLossError | ResiliencyError
- Represents gRPC related errors.
- ErrorType CANCELLED_ERROR | UNKNOWN_ERROR | INVALID_ARGUMENT_ERROR | DEADLINE_EXCEEDED_ERROR | NOT_FOUND_ERROR | ALREADY_EXISTS_ERROR | PERMISSION_DENIED_ERROR | UNAUTHENTICATED_ERROR | RESOURCE_EXHAUSTED_ERROR | FAILED_PRECONDITION_ERROR | ABORTED_ERROR | OUT_OF_RANGE_ERROR | UNIMPLEMENTED_ERROR | INTERNAL_ERROR | UNAVAILABLE_ERROR | DATA_LOSS_ERROR | ResiliencyErrorType
- Represents gRPC related error types.
- ResiliencyError AllRetryAttemptsFailed
- Represents all the resiliency-related errors.
- ResiliencyErrorType ALL_RETRY_ATTEMPTS_FAILED
- Represents the reason of all the resiliency-related error.
- $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$20 {ballerina/grpc}CancelledError
- $anonType$21 {ballerina/grpc}UnKnownError
- $anonType$22 {ballerina/grpc}InvalidArgumentError
- $anonType$23 {ballerina/grpc}DeadlineExceededError
- $anonType$24 {ballerina/grpc}NotFoundError
- $anonType$25 {ballerina/grpc}AleadyExistsError
- $anonType$26 {ballerina/grpc}PermissionDeniedError
- $anonType$27 {ballerina/grpc}UnauthenticatedError
- $anonType$28 {ballerina/grpc}ResourceExhaustedError
- $anonType$29 {ballerina/grpc}FailedPreconditionError
- $anonType$3 3
- $anonType$30 {ballerina/grpc}AbortedError
- $anonType$31 {ballerina/grpc}OutOfRangeError
- $anonType$32 {ballerina/grpc}UnimplementedError
- $anonType$33 {ballerina/grpc}InternalError
- $anonType$34 {ballerina/grpc}UnavailableError
- $anonType$35 {ballerina/grpc}DataLossError
- $anonType$36 {ballerina/grpc}AllRetryAttemptsFailed
- $anonType$37 10
- $anonType$38 120000
- $anonType$4 4
- $anonType$5 5
- $anonType$6 6
- $anonType$7 7
- $anonType$8 8
- $anonType$9 9