Enum CloudSaveExceptionReason
An enum of possible reasons that Cloud Save would throw an exception.
Namespace: Unity.Services.CloudSave
Assembly: Unity.Services.CloudSave.dll
Syntax
[Preserve]
public enum CloudSaveExceptionReason
Fields
| Name | Description |
|---|---|
| AccessTokenMissing | Enum value for a missing access token. |
| Conflict | Enum value for a conflict. |
| InvalidArgument | Enum value for an invalid argument. |
| KeyLimitExceeded | Enum value for a request with too many keys. |
| NoInternetConnection | Enum value for no internet connection. |
| NotFound | Enum value for a not found result. |
| PlayerIdMissing | Enum value for a missing playerx ID. |
| ProjectIdMissing | Enum value for a missing project ID. |
| ServiceUnavailable | Enum value for the service being unavailable. |
| TooManyRequests | Enum value for max requests exceeded. |
| Unauthorized | Enum value for an unauthorized request. |
| Unknown | Enum value for unknown reason. |