v2.4.0
2020.3+
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 |
---|---|---|
Unknown | 0 | |
NoInternetConnection | 1 | |
ProjectIdMissing | 2 | |
PlayerIdMissing | 3 | |
AccessTokenMissing | 4 | |
InvalidArgument | 5 | |
Unauthorized | 6 | |
NotFound | 7 | |
TooManyRequests | 8 | |
ServiceUnavailable | 9 | |
ScriptError | 10 | |
SubscriptionError | 11 |