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