hiveengine.exceptions

exception hiveengine.exceptions.InsufficientTokenAmount

Bases: Exception

Not suffienct amount for transfer in the wallet

exception hiveengine.exceptions.InvalidTokenAmount

Bases: Exception

Invalid token amount (not fitting precision or max supply)

exception hiveengine.exceptions.MaxSupplyReached

Bases: Exception

Only the token issuer is allowed to permit new tokens

exception hiveengine.exceptions.NftDoesNotExists

Bases: Exception

Nft does not (yet) exists

exception hiveengine.exceptions.TokenDoesNotExists

Bases: Exception

Token does not (yet) exists

exception hiveengine.exceptions.TokenIssueNotPermitted

Bases: Exception

Only the token issuer is allowed to permit new tokens

exception hiveengine.exceptions.TokenNotInWallet

Bases: Exception

The token is not in the account wallet