Class InvocationErrorResponseDetails
InvocationErrorResponseDetails
Inherited Members
Namespace: Unity.Services.Apis.CloudCode
Assembly: solution.dll
Syntax
[Preserve]
public class InvocationErrorResponseDetails
Constructors
InvocationErrorResponseDetails(string, string, List<string>)
Initializes a new instance of the InvocationErrorResponseDetails class.
Declaration
[Preserve]
public InvocationErrorResponseDetails(string name = null, string message = null, List<string> stackTrace = null)
Parameters
Type | Name | Description |
---|---|---|
string | name | name (required). |
string | message | message (required). |
List<string> | stackTrace | stackTrace (required). |
Properties
Message
Gets or Sets Message
Declaration
[Preserve]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or Sets Name
Declaration
[Preserve]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
StackTrace
Gets or Sets StackTrace
Declaration
[Preserve]
public List<string> StackTrace { get; set; }
Property Value
Type | Description |
---|---|
List<string> |