Class EconomyRateLimitedException
An exception that is thrown when the client has been rate limited.
Inherited Members
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
public class EconomyRateLimitedException : EconomyException
Properties
RetryAfter
The number of seconds until the client is no longer rate limited.
Declaration
public int RetryAfter { get; }
Property Value
Type | Description |
---|---|
int |