Class RateLimitExceededException
- Namespace
- LMKit.Agents.Resilience
- Assembly
- LM-Kit.NET.dll
Exception thrown when a rate limit is exceeded.
public sealed class RateLimitExceededException : Exception, ISerializable
- Inheritance
-
RateLimitExceededException
- Implements
- Inherited Members
Constructors
- RateLimitExceededException(string, TimeSpan)
Initializes a new instance of the RateLimitExceededException class.
Properties
- RequiredWaitTime
Gets the wait time that would have been required.