RetryOnCallException

Exception thrown when the RetryPluginConfigBuilder.retryOnCallPredicate predicate returns true, after an io.ktor.client.call.HttpClientCall has been issued and the call couldn't be retried due to the retry configuration (e.g., maximum attempts reached).

Constructors

Link copied to clipboard
constructor()

Properties

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

Functions

Link copied to clipboard

Indicates whether the exception is a timeout exception. See HttpTimeout plugin for more information.