nectarengine.exceptions module

exception nectarengine.exceptions.InsufficientTokenAmount

Bases: Exception

Not suffienct amount for transfer in the wallet

exception nectarengine.exceptions.InvalidTokenAmount

Bases: Exception

Invalid token amount (not fitting precision or max supply)

exception nectarengine.exceptions.MaxSupplyReached

Bases: Exception

Only the token issuer is allowed to permit new tokens

exception nectarengine.exceptions.NftDoesNotExists

Bases: Exception

Nft does not (yet) exists

exception nectarengine.exceptions.PoolDoesNotExist

Bases: Exception

Liquidity pool does not (yet) exist

exception nectarengine.exceptions.TokenDoesNotExists

Bases: Exception

Token does not (yet) exists

exception nectarengine.exceptions.TokenIssueNotPermitted

Bases: Exception

Only the token issuer is allowed to permit new tokens

exception nectarengine.exceptions.TokenNotInWallet

Bases: Exception

The token is not in the account wallet

exception nectarengine.exceptions.TransactionConfirmationError

Bases: Exception

Raised when a Hive Engine transaction fails to confirm or contains errors after retries.