nectar.exceptions module
- exception nectar.exceptions.AccountDoesNotExistsException
Bases:
NectarExceptionThe account does not exist
- exception nectar.exceptions.AccountExistsException
Bases:
NectarExceptionThe requested account already exists
- exception nectar.exceptions.AssetDoesNotExistsException
Bases:
NectarExceptionThe asset does not exist
- exception nectar.exceptions.BatchedCallsNotSupported
Bases:
NectarExceptionBatch calls do not work
- exception nectar.exceptions.BlockDoesNotExistsException
Bases:
NectarExceptionThe block does not exist
- exception nectar.exceptions.BlockWaitTimeExceeded
Bases:
NectarExceptionWait time for new block exceeded
- exception nectar.exceptions.ContentDoesNotExistsException
Bases:
NectarExceptionThe content does not exist
- exception nectar.exceptions.InsufficientAuthorityError
Bases:
NectarExceptionThe transaction requires signature of a higher authority
- exception nectar.exceptions.InvalidAssetException
Bases:
NectarExceptionAn invalid asset has been provided
- exception nectar.exceptions.InvalidMemoKeyException
Bases:
NectarExceptionMemo key in message is invalid
- exception nectar.exceptions.InvalidMessageSignature
Bases:
NectarExceptionThe message signature does not fit the message
- exception nectar.exceptions.InvalidWifError
Bases:
NectarExceptionThe provided private Key has an invalid format
- exception nectar.exceptions.MissingKeyError
Bases:
NectarExceptionA required key couldn’t be found in the wallet
- exception nectar.exceptions.NectarException
Bases:
ExceptionBase exception for all Nectar-related errors
- exception nectar.exceptions.NoWalletException
Bases:
NectarExceptionNo Wallet could be found, please use
nectar.wallet.Wallet.create()to create a new wallet
- exception nectar.exceptions.NoWriteAccess
Bases:
NectarExceptionCannot store to sqlite3 database due to missing write access
- exception nectar.exceptions.OfflineHasNoRPCException
Bases:
NectarExceptionWhen in offline mode, we don’t have RPC
- exception nectar.exceptions.RPCConnectionRequired
Bases:
NectarExceptionAn RPC connection is required
- exception nectar.exceptions.VestingBalanceDoesNotExistsException
Bases:
NectarExceptionVesting Balance does not exist
- exception nectar.exceptions.VoteDoesNotExistsException
Bases:
NectarExceptionThe vote does not exist
- exception nectar.exceptions.VotingInvalidOnArchivedPost
Bases:
NectarExceptionThe transaction requires signature of a higher authority
- exception nectar.exceptions.WalletExists
Bases:
NectarExceptionA wallet has already been created and requires a password to be unlocked by means of
nectar.wallet.Wallet.unlock().
- exception nectar.exceptions.WitnessDoesNotExistsException
Bases:
NectarExceptionThe witness does not exist
- exception nectar.exceptions.WrongMasterPasswordException
Bases:
NectarExceptionThe password provided could not properly unlock the wallet
- exception nectar.exceptions.WrongMemoKey
Bases:
NectarExceptionThe memo provided is not equal the one on the blockchain