Enum CloudSaveExceptionReason
An enum of possible reasons that Cloud Save would throw an exception.
Namespace: Unity.Services.CloudSave
Syntax
[Preserve]
public enum CloudSaveExceptionReason
Fields
Name | Description | Value |
---|---|---|
AccessTokenMissing | ||
InvalidArgument | ||
KeyLimitExceeded | ||
NoInternetConnection | ||
NotFound | ||
PlayerIdMissing | ||
ProjectIdMissing | ||
ServiceUnavailable | ||
TooManyRequests | ||
Unauthorized | ||
Unknown |