v2.0.1
2020.3+

Class CloudSaveRateLimitedException

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

Inheritance
CloudSaveRateLimitedException
Namespace: Unity.Services.CloudSave
Syntax
public class CloudSaveRateLimitedException : CloudSaveException, 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