DoubleReceiveException

class DoubleReceiveException(call: HttpClientCall) : IllegalStateException

Exception representing that the response payload has already been received.

Constructors

Link copied to clipboard
fun DoubleReceiveException(call: HttpClientCall)

Properties

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