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 | |
| InvalidArgument | |
| NoInternetConnection | |
| NotFound | |
| PlayerIdMissing | |
| ProjectIdMissing | |
| ScriptError | |
| ServiceUnavailable | |
| SubscriptionError | |
| TooManyRequests | |
| Unauthorized | |
| Unknown |