Class ProductFetchFailed
Model class describing the failure to fetch products from a Product Service object.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public class ProductFetchFailed
Properties
FailedFetchProducts
The list of products that could not be fetched.
Declaration
public List<ProductDefinition> FailedFetchProducts { get; }
Property Value
Type | Description |
---|---|
List<ProductDefinition> |
FailureReason
The reason for which the products could not be fetched.
Declaration
public string FailureReason { get; }
Property Value
Type | Description |
---|---|
string |