ClientTimeoutException

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

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)