v3.1.2
2020.3+

Class EconomyRateLimitedException

An exception that is thrown when the client has been rate limited.

Inheritance
EconomyRateLimitedException
Namespace: Unity.Services.Economy
Syntax
public class EconomyRateLimitedException : EconomyException, ISerializable, _Exception

Properties

RetryAfter

The number of seconds until the client is no longer rate limited.

Declaration
public int RetryAfter { get; }
Property Value
TypeDescription
Int32