Package-level declarations
Types
Link copied to clipboard
@Serializable
ClientException class wraps exception and throwable across the code base. We encourage to use this class when dealing with Http Error response or throwing exceptions .
Link copied to clipboard
A value with expiration date in epoch second format
Link copied to clipboard
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
provides a safe casting of throwable converts any throwable into a ClientException. Clients don't need to perform casting as its handled on the SDK level.
Link copied to clipboard
Link copied to clipboard
function that takes a string as input and returns the ErrorBody of a given error message.
Link copied to clipboard
provides a safe suspended casting of throwable converts any throwable into a ClientException. Clients don't need to perform casting as its handled on the SDK level.