Class ExportReport.ErrorEntry
Error entry.
Namespace: UnityEngine.AssetGraph
Syntax
public class ErrorEntry
Constructors
ErrorEntry(String, String, String)
Declaration
public ErrorEntry(string src, string dst, string r)
Parameters
Type | Name | Description |
---|---|---|
String | src | |
String | dst | |
String | r |
Fields
destination
The destination.
Declaration
public string destination
Field Value
Type | Description |
---|---|
String |
reason
The reason.
Declaration
public string reason
Field Value
Type | Description |
---|---|
String |
source
The source.
Declaration
public string source
Field Value
Type | Description |
---|---|
String |