Namespace UnityEngine.GameFoundation.Exceptions
Classes
CatalogItemNotFoundException
Thrown when a CatalogItem fails to be found by its id.
CategoryNotFoundException
DetailNotFoundException
Thrown when a detail of a given type is expected but not found in the given item.
InventoryItemNotFoundException
Thrown when the InventoryItem fails to be found by its id
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.
StatDefinitionNotFoundException
Thrown when a StatDefinition is in an item but not found.