Class CloudCodeRateLimitedException
An exception that is thrown when the client has been rate limited.
Inheritance
CloudCodeRateLimitedException
Implements
Inherited Members
Namespace: Unity.Services.CloudCode
Assembly: Unity.Services.CloudCode.dll
Syntax
public class CloudCodeRateLimitedException : CloudCodeException, 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 |