UTDRateLimitedException class
Thrown on a 429 from the token endpoint — either the per-(project, identity,
device) issuance rate limit, or the single-session takeover cooldown (a session
is already active on another device and was claimed too recently to supersede).
Callers should back off and retry, NOT hammer the endpoint.
- Implemented types
Constructors
- UTDRateLimitedException([String message = 'Too many token requests'])
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited