v2.4.0
2020.3+

Class CloudCodeException

An exception specific to the Cloud Code service.

Inheritance
CloudCodeException
Namespace: Unity.Services.CloudCode
Syntax
public class CloudCodeException : RequestFailedException, ISerializable, _Exception

Properties

Message

Declaration
public override string Message { get; }
Property Value
TypeDescription
String
Overrides

Reason

The reason the exception was thrown, selected from the CloudCodeExceptionReason enum.

Declaration
public CloudCodeExceptionReason Reason { get; }
Property Value
TypeDescription
CloudCodeExceptionReason

Methods

ToString()

Declaration
public override string ToString()
Returns
TypeDescription
String
Overrides