Package-level declarations
Types
Represents a request that has been prepared for execution. A call can be canceled. As this object represents a single request/response pair (stream), it cannot be executed twice.
An exception raised if the Call under execution was interrupted for some reason See the underlying HttpClientException.cause for more information
Represents service call response payload failure with error condition { "header": { "source": "024-04", "code": -1, "message": "Failure", "system_time": 1726123052106, "tracking_id": "58646716-23d4-498a-aded-1f9e69bca936", "errors": { "code": "40250404", "description": "Item not found" } } }
Represents service call response proxy payload with error condition e.g. { "code": "InvalidPTokenError", "errorCode": 201, "type": "CLIENT_ERROR", "message": "Not Authorized" }
Represents An x-www-form-urlencoded Request Body The Form body is appropriately encoded before sending to Server
Base class for all types of Exception raised while executing a Call The exception can either have an underlying exceptional cause or erroneous errorfulCause.
Enables Request / Response Logging
Custom implementation of OkHttpClient that handles Server Sent Events.
Represents a Http Request
Represents a Http raw
response body if appropriate for the corresponding method.
An exception raised if the Response deserialization failed See the underlying HttpClientException.cause for more information
Functions
An extension to get Error Category for a particular HttpClientException