v2.0.0
Latest
2021.3+

Class LeaderboardsRateLimitedException

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

Inheritance
LeaderboardsRateLimitedException
Namespace: Unity.Services.Leaderboards.Exceptions
Syntax
public class LeaderboardsRateLimitedException : LeaderboardsException, ISerializable, _Exception

Properties

RetryAfter

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

Declaration
public float RetryAfter { get; set; }
Property Value
TypeDescription
Single