Class ErrorDetail
The details of an error return from the api.
Namespace: UnityEditor.Purchasing
Syntax
public class ErrorDetail : object
Fields
field
The error context where it occured.
Declaration
public string field
Field Value
Type | Description |
---|---|
String |
reason
The error message reason.
Declaration
public string reason
Field Value
Type | Description |
---|---|
String |