Errors
- AllLoadBalanceEndpointsFailedError distinctResiliencyError
- AllRetryAttemptsFailed distinctResiliencyError
- ApplicationResponseError distinct(ClientError & error)
- CircuitBreakerConfigError distinctResiliencyError
- ClientAuthError distinctClientError
- ClientError distinctError
- ClientRequestError distinct(ApplicationResponseError & error)
- CookieHandlingError distinctGenericClientError
- Error distinct
- FailoverActionFailedError distinctResiliencyError
- FailoverAllEndpointsFailedError distinctResiliencyError
- GenericClientError distinctClientError
- GenericListenerError distinctListenerError
- HeaderNotFoundError distinctGenericListenerError
- Http2ClientError distinctClientError
- IdleTimeoutError distinctResiliencyError
- InboundRequestError distinctListenerError
- InboundResponseError distinctClientError
- InitializingInboundRequestError distinctInboundRequestError
- InitializingInboundResponseError distinctInboundResponseError
- InitializingOutboundRequestError distinctOutboundRequestError
- InitializingOutboundResponseError distinctOutboundResponseError
- Initiating100ContinueResponseError distinctOutboundResponseError
- InvalidCookieError distinctOutboundResponseError
- ListenerAuthError distinctListenerError
- ListenerError distinctError
- MaximumWaitTimeExceededError distinctGenericClientError
- NoContentError distinctGenericClientError
- OutboundRequestError distinctClientError
- OutboundResponseError distinctListenerError
- PayloadBindingError distinctGenericClientError
- ReadingInboundRequestBodyError distinctInboundRequestError
- ReadingInboundRequestHeadersError distinctInboundRequestError
- ReadingInboundResponseBodyError distinctInboundResponseError
- ReadingInboundResponseHeadersError distinctInboundResponseError
- RemoteServerError distinct(ApplicationResponseError & error)
- ResiliencyError distinctClientError
- SslError distinctClientError
- UnsupportedActionError distinctGenericClientError
- Writing100ContinueResponseError distinctOutboundResponseError
- WritingOutboundRequestBodyError distinctOutboundRequestError
- WritingOutboundRequestHeadersError distinctOutboundRequestError
- WritingOutboundResponseBodyError distinctOutboundResponseError
- WritingOutboundResponseHeadersError distinctOutboundResponseError
Represents a client error that occurred due to all the load balance endpoint failure.
Represents a client error that occurred due to all the the retry attempts failure.
Represents both 4XX and 5XX application response client error.
Represents a client error that occurred due to circuit breaker configuration error.
Defines the Auth error types that returned from client.
Defines the possible client error types.
Represents an error, which occurred due to bad syntax or incomplete info in the client request(4xx HTTP response).
Represents a cookie error that occurred when using the cookies.
Defines the common error type for the module.
Represents a client error that occurred due to failover action failure.
Represents a client error that occurred due to all the failover endpoint failure.
Represents a generic client error.
Represents a generic listener error.
Represents a header not found error when retrieving headers.
Represents an HTTP/2 client generic error.
Represents the error that triggered upon a request/response idle timeout.
Defines the listener error types that returned while receiving inbound request.
Defines the client error types that returned while receiving inbound response.
Represents a listener error that occurred due to inbound request initialization failure.
Represents a client error that occurred due to inbound response initialization failure.
Represents a client error that occurred due to outbound request initialization failure.
Represents a listener error that occurred due to outbound response initialization failure.
Represents an error that occurred due to 100 continue response initialization failure.
Represents a cookie error that occurred when sending cookies in the response.
Defines the Auth error types that returned from listener.
Defines the possible listener error types.
Represents a client error that occurred exceeding maximum wait time.
Represents an error, which occurred due to the absence of the payload.
Defines the client error types that returned while sending outbound request.
Defines the listener error types that returned while sending outbound response.
Represents an error, which occurred due to a payload binding.
Represents a listener error that occurred while writing the inbound request entity body.
Represents a listener error that occurred while reading inbound request headers.
Represents a client error that occurred while reading inbound response entity body.
Represents a client error that occurred while reading inbound response headers.
Represents an error, which occurred due to a failure of the remote server(5xx HTTP response).
Defines the resiliency error types that returned from client.
Represents a client error that occurred due to SSL failure.
Represents a client error that occurred due to unsupported action invocation.
Represents a client error that occurred due to upstream service unavailability.
Represents an error that occurred while writing 100 continue response.
Represents a client error that occurred while writing outbound request entity body.
Represents a client error that occurred while writing outbound request headers.
Represents a listener error that occurred while writing outbound response entity body.
Represents a listener error that occurred while writing outbound response headers.