RateLimiterRejectedException

Exception that is thrown when a request is rejected by the rate limiter due to the queue being full or the acquisition timeout being exceeded.

Constructors

Link copied to clipboard
constructor(retryAfter: Duration)

Properties

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

The minimum duration to wait before retrying the request.