Interfacetypesv0.11.0RateLimitResultThe outcome of an IRateLimiter charge or peek. interface RateLimitResultMember overviewPropertieslimitedremainingresetAtretryAfterMsPropertieslimitedWhether the key is at or over its limit for the current window. limited: boolean;remainingSlots left in the current window. Exact after a charge, advisory on a peek. remaining: number;resetAtAbsolute epoch milliseconds when the earliest slot frees up, for <t:...:R> markup after a divide by 1000. 0 when not limited. resetAt: EpochMs;retryAfterMsMilliseconds until resetAt. 0 when not limited. retryAfterMs: number;
remainingSlots left in the current window. Exact after a charge, advisory on a peek. remaining: number;
resetAtAbsolute epoch milliseconds when the earliest slot frees up, for <t:...:R> markup after a divide by 1000. 0 when not limited. resetAt: EpochMs;