ktor-client-core / io.ktor.client.features / CallExceptionHandler

CallExceptionHandler

typealias CallExceptionHandler = suspend (cause: Throwable) -> Unit

Response exception handler method.