InvalidResponse

Raised when a network transport failure occurs (such as connection timeouts, DNS resolution errors, or SSL handshake issues) or when the server returns a malformed response body that cannot be parsed.

Parameters

cause

Underlying I/O exception or JSON parsing exception.

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?