ConsumptionResult

enum ConsumptionResult : Enum<RateLimiterMetrics.ConsumptionResult>

Entries

Link copied to clipboard

An exception was thrown while attempting to consume a token

Link copied to clipboard

There were insufficient tokens in the bucket

Link copied to clipboard

A token was consumed successfully

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int