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