ktor-client-core / io.ktor.client.call / ReceivePipelineException

ReceivePipelineException

class ReceivePipelineException : IllegalStateException

Exception representing fail of the response pipeline cause contains origin pipeline exception

Constructors

<init>

ReceivePipelineException(request: HttpClientCall, info: TypeInfo, cause: Throwable)

Exception representing fail of the response pipeline cause contains origin pipeline exception

Properties

cause

val cause: Throwable

info

val info: TypeInfo

request

val request: HttpClientCall