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:
ExceptionThe provided private Key has an invalid format
-
exception
graphenecommon.exceptions.KeyAlreadyInStoreException¶ Bases:
ExceptionThe key is already stored in the store
-
exception
graphenecommon.exceptions.KeyNotFound¶ Bases:
ExceptionKey not found
-
exception
graphenecommon.exceptions.MissingKeyError¶ Bases:
Exception
-
exception
graphenecommon.exceptions.NoWalletException¶ Bases:
ExceptionNo Wallet could be found, please use
wallet.create()to create a new wallet
-
exception
graphenecommon.exceptions.OfflineHasNoRPCException¶ Bases:
ExceptionWhen 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:
ExceptionA wallet has already been created and requires a password to be unlocked by means of
wallet.unlock().
-
exception
graphenecommon.exceptions.WalletLocked¶ Bases:
ExceptionWallet is locked
-
exception
graphenecommon.exceptions.WitnessDoesNotExistsException¶ Bases:
ExceptionThe witness does not exist
-
exception
graphenecommon.exceptions.WorkerDoesNotExistsException¶ Bases:
ExceptionWorker does not exist
-
exception
graphenecommon.exceptions.WrongMemoKey¶ Bases:
ExceptionThe memo provided is not equal the one on the blockchain