Class ErrorDetail
The details of an error return from the api.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
Syntax
[Serializable]
public class ErrorDetail
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 |