Namespace UnityEngine.GameFoundation.Exceptions
Classes
CatalogItemNotFoundException
Thrown when a Catalog
DetailNotFoundException
Thrown when a detail of a given type is expected but not found in the given item.
InventoryItemNotFoundException
Thrown when the Inventory
NotEnoughBalanceException
Thrown during a process manipulating the wallet when the player tries to spend more than he has.
NotEnoughItemOfDefinitionException
Thrown during a process manipulating the wallet when the player tries to spend more than he has.
PropertyInvalidCastException
Exception thrown when a wrong Property
PropertyNotFoundException
Thrown when a requested property key doesn't exist in an item.