RateLimitExceededException

class RateLimitExceededException(val key: String, val maxMessages: Int, val window: Duration) : RuntimeException

Thrown when a rate limit is exceeded and the action is RateLimitAction.STOP.

Constructors

Link copied to clipboard
constructor(key: String, maxMessages: Int, window: Duration)

Properties

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