Enum CloudCodeExceptionReason
A machine-readable reason for which an exception was thrown, in case different failure modes require different follow-up actions.
Namespace: Unity.Services.CloudCode
Assembly: Unity.Services.CloudCode.dll
Syntax
public enum CloudCodeExceptionReason
Fields
| Name | Description |
|---|---|
| AccessTokenMissing | Access Token Missing |
| InvalidArgument | Invalid Argument |
| NoInternetConnection | No Internet Connection |
| NotFound | Not Found |
| PlayerIdMissing | Player ID missing |
| ProjectIdMissing | Project ID missing |
| ScriptError | Script Error |
| ServiceUnavailable | Service Unavailable |
| SubscriptionError | Subscription Error |
| TooManyRequests | Too Many Requests |
| Unauthorized | Unauthorized |
| Unknown | Unknown |