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
Syntax
public enum CloudCodeExceptionReason
Fields
| Name | Description | Value |
|---|---|---|
| AccessTokenMissing | ||
| InvalidArgument | ||
| NoInternetConnection | ||
| NotFound | ||
| PlayerIdMissing | ||
| ProjectIdMissing | ||
| ScriptError | ||
| ServiceUnavailable | ||
| TooManyRequests | ||
| Unauthorized | ||
| Unknown |