Namespace UnityEngine.GameFoundation.Exceptions
Classes
CatalogItemNotFoundException
Thrown when a CatalogItem fails to be found by its key.
CatalogItemNotFoundException<TCatalogItem>
Thrown when a CatalogItem fails to be found by its key.
GameFoundationException
Base exception type for Game Foundation.
InvalidConfigDataException
Thrown when a CatalogItemConfig has invalid data when it tries to create a CatalogItem.
InvalidKeyException
Thrown when an invalid key is used to create a CatalogItem, one of its Property or a Tag.
InventoryItemNotFoundException
Thrown when the InventoryItem fails to be found by its id.
ItemCollectionNotFoundException
Thrown when an IItemCollection fails to be found by its id.
MissingTransactionRequirementsException
Exception occuring when requesting a transaction without the requirements.
NotEnoughBalanceException
Thrown during a process manipulating the wallet when the player tries to spend more than they have.
NotEnoughItemOfDefinitionException
Thrown during a process manipulating the wallet when the player tries to spend more than he has.
PropertyInvalidCastException
Exception thrown when a wrong PropertyType is given to a property.
PropertyNotFoundException
Thrown when a requested property key doesn't exist in an item.