v2.4.0
2020.3+
Class CloudCodeException
An exception specific to the Cloud Code service.
Inherited Members
Namespace: Unity.Services.CloudCode
Syntax
public class CloudCodeException : RequestFailedException, ISerializable, _Exception
Properties
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Reason
The reason the exception was thrown, selected from the CloudCodeExceptionReason enum.
Declaration
public CloudCodeExceptionReason Reason { get; }
Property Value
Type | Description |
---|---|
CloudCodeExceptionReason |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |