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.)