nectar.exceptions module

exception nectar.exceptions.AccountDoesNotExistsException

Bases: NectarException

The account does not exist

exception nectar.exceptions.AccountExistsException

Bases: NectarException

The requested account already exists

exception nectar.exceptions.AssetDoesNotExistsException

Bases: NectarException

The asset does not exist

exception nectar.exceptions.BatchedCallsNotSupported

Bases: NectarException

Batch calls do not work

exception nectar.exceptions.BlockDoesNotExistsException

Bases: NectarException

The block does not exist

exception nectar.exceptions.BlockWaitTimeExceeded

Bases: NectarException

Wait time for new block exceeded

exception nectar.exceptions.ContentDoesNotExistsException

Bases: NectarException

The content does not exist

exception nectar.exceptions.InsufficientAuthorityError

Bases: NectarException

The transaction requires signature of a higher authority

exception nectar.exceptions.InvalidAssetException

Bases: NectarException

An invalid asset has been provided

exception nectar.exceptions.InvalidMemoKeyException

Bases: NectarException

Memo key in message is invalid

exception nectar.exceptions.InvalidMessageSignature

Bases: NectarException

The message signature does not fit the message

exception nectar.exceptions.InvalidWifError

Bases: NectarException

The provided private Key has an invalid format

exception nectar.exceptions.MissingKeyError

Bases: NectarException

A required key couldn’t be found in the wallet

exception nectar.exceptions.NectarException

Bases: Exception

Base exception for all Nectar-related errors

exception nectar.exceptions.NoWalletException

Bases: NectarException

No Wallet could be found, please use nectar.wallet.Wallet.create() to create a new wallet

exception nectar.exceptions.NoWriteAccess

Bases: NectarException

Cannot store to sqlite3 database due to missing write access

exception nectar.exceptions.OfflineHasNoRPCException

Bases: NectarException

When in offline mode, we don’t have RPC

exception nectar.exceptions.RPCConnectionRequired

Bases: NectarException

An RPC connection is required

exception nectar.exceptions.VestingBalanceDoesNotExistsException

Bases: NectarException

Vesting Balance does not exist

exception nectar.exceptions.VoteDoesNotExistsException

Bases: NectarException

The vote does not exist

exception nectar.exceptions.VotingInvalidOnArchivedPost

Bases: NectarException

The transaction requires signature of a higher authority

exception nectar.exceptions.WalletExists

Bases: NectarException

A wallet has already been created and requires a password to be unlocked by means of nectar.wallet.Wallet.unlock().

exception nectar.exceptions.WitnessDoesNotExistsException

Bases: NectarException

The witness does not exist

exception nectar.exceptions.WrongMasterPasswordException

Bases: NectarException

The password provided could not properly unlock the wallet

exception nectar.exceptions.WrongMemoKey

Bases: NectarException

The memo provided is not equal the one on the blockchain