Class NotEnoughBalanceException
Thrown during a process manipulating the wallet when the player tries to spend more than they have.
Inherited Members
Namespace: UnityEngine.GameFoundation.Exceptions
Syntax
public class NotEnoughBalanceException : GameFoundationException, ISerializable, _Exception
Properties
actualBalance
The actual balance.
Declaration
public long actualBalance { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |
currencyKey
The id of the currency.
Declaration
public string currencyKey { get; }
Property Value
| Type | Description |
|---|---|
| String |
expectedBalance
The expected balance.
Declaration
public long expectedBalance { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |