graphenecommon.exceptions module

exception graphenecommon.exceptions.AccountDoesNotExistsException

Bases: Exception

exception graphenecommon.exceptions.AssetDoesNotExistsException

Bases: Exception

exception graphenecommon.exceptions.BlockDoesNotExistsException

Bases: Exception

exception graphenecommon.exceptions.CommitteeMemberDoesNotExistsException

Bases: Exception

exception graphenecommon.exceptions.GenesisBalanceDoesNotExistsException

Bases: Exception

exception graphenecommon.exceptions.InsufficientAuthorityError

Bases: Exception

exception graphenecommon.exceptions.InvalidAssetException

Bases: Exception

exception graphenecommon.exceptions.InvalidMemoKeyException

Bases: Exception

exception graphenecommon.exceptions.InvalidMessageSignature

Bases: Exception

exception graphenecommon.exceptions.InvalidWifError

Bases: Exception

The provided private Key has an invalid format

exception graphenecommon.exceptions.KeyAlreadyInStoreException

Bases: Exception

The key is already stored in the store

exception graphenecommon.exceptions.KeyNotFound

Bases: Exception

Key not found

exception graphenecommon.exceptions.MissingKeyError

Bases: Exception

exception graphenecommon.exceptions.NoWalletException

Bases: Exception

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

exception graphenecommon.exceptions.OfflineHasNoRPCException

Bases: Exception

When in offline mode, we don’t have RPC

exception graphenecommon.exceptions.ProposalDoesNotExistException

Bases: Exception

exception graphenecommon.exceptions.VestingBalanceDoesNotExistsException

Bases: Exception

exception graphenecommon.exceptions.WalletExists

Bases: Exception

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

exception graphenecommon.exceptions.WalletLocked

Bases: Exception

Wallet is locked

exception graphenecommon.exceptions.WitnessDoesNotExistsException

Bases: Exception

The witness does not exist

exception graphenecommon.exceptions.WorkerDoesNotExistsException

Bases: Exception

Worker does not exist

exception graphenecommon.exceptions.WrongMemoKey

Bases: Exception

The memo provided is not equal the one on the blockchain