ReceivePipelineException

class ReceivePipelineException constructor(request: HttpClientCall, info: TypeInfo, cause: Throwable) : IllegalStateException

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

Constructors

Link copied to clipboard
fun ReceivePipelineException(request: HttpClientCall, info: TypeInfo, cause: Throwable)
Link copied to clipboard
fun ReceivePipelineException(request: HttpClientCall, info: TypeInfo, cause: Throwable)

Properties

Link copied to clipboard
open override val cause: Throwable
Link copied to clipboard
val info: TypeInfo
Link copied to clipboard
open val message: String?
Link copied to clipboard
val request: HttpClientCall