ClientTimeoutException

abstract class ClientTimeoutException(message: String, cause: Throwable, retryable: Boolean) : ClientException

Indicates that a client-side configured timeout was exceeded (e.g., call timeout, attempt timeout, etc.)

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable, retryable: Boolean)

Inherited properties

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