MaxRetries

value class MaxRetries(val value: Int)

A non-negative count of retry attempts, enforced at construction time.

Parameters

value

the number of retries; must be >= 0.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int