Module: Ask::RateLimitType

Defined in:
lib/ask/errors.rb

Overview

Rate limit dimension that was exceeded — orthogonal to RateLimitCategory.

Constant Summary collapse

REQUESTS =

requests-per-minute ceiling

:requests
TOKENS =

tokens-per-minute ceiling

:tokens
CONCURRENT =

max parallel requests

:concurrent
BUDGET =

spend budget cap

:budget