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