v2.4.0
2020.3+
Class CloudCodeRateLimitedException
An exception that is thrown when the client has been rate limited.
Inherited Members
Namespace: Unity.Services.CloudCode
Syntax
public class CloudCodeRateLimitedException : CloudCodeException, ISerializable, _Exception
Properties
RetryAfter
The number of seconds until the client is no longer rate limited.
Declaration
public int RetryAfter { get; }
Property Value
Type | Description |
---|---|
Int32 |