beem.exceptions module¶
-
exception
beem.exceptions.AccountDoesNotExistsException¶ Bases:
ExceptionThe account does not exist
-
exception
beem.exceptions.AccountExistsException¶ Bases:
ExceptionThe requested account already exists
-
exception
beem.exceptions.AssetDoesNotExistsException¶ Bases:
ExceptionThe asset does not exist
-
exception
beem.exceptions.BlockDoesNotExistsException¶ Bases:
ExceptionThe block does not exist
-
exception
beem.exceptions.ContentDoesNotExistsException¶ Bases:
ExceptionThe content does not exist
-
exception
beem.exceptions.InsufficientAuthorityError¶ Bases:
ExceptionThe transaction requires signature of a higher authority
-
exception
beem.exceptions.InvalidAssetException¶ Bases:
ExceptionAn invalid asset has been provided
-
exception
beem.exceptions.InvalidMessageSignature¶ Bases:
ExceptionThe message signature does not fit the message
-
exception
beem.exceptions.InvalidWifError¶ Bases:
ExceptionThe provided private Key has an invalid format
-
exception
beem.exceptions.KeyNotFound¶ Bases:
ExceptionKey not found
-
exception
beem.exceptions.MissingKeyError¶ Bases:
ExceptionA required key couldn’t be found in the wallet
-
exception
beem.exceptions.NoWalletException¶ Bases:
ExceptionNo Wallet could be found, please use
steem.wallet.create()to create a new wallet
-
exception
beem.exceptions.ObjectNotInProposalBuffer¶ Bases:
ExceptionObject was not found in proposal
-
exception
beem.exceptions.OfflineHasNoRPCException¶ Bases:
ExceptionWhen in offline mode, we don’t have RPC
-
exception
beem.exceptions.RPCConnectionRequired¶ Bases:
ExceptionAn RPC connection is required
-
exception
beem.exceptions.VestingBalanceDoesNotExistsException¶ Bases:
ExceptionVesting Balance does not exist
-
exception
beem.exceptions.VoteDoesNotExistsException¶ Bases:
ExceptionThe vote does not exist
-
exception
beem.exceptions.VotingInvalidOnArchivedPost¶ Bases:
ExceptionThe transaction requires signature of a higher authority
-
exception
beem.exceptions.WalletExists¶ Bases:
ExceptionA wallet has already been created and requires a password to be unlocked by means of
steem.wallet.unlock().
-
exception
beem.exceptions.WalletLocked¶ Bases:
ExceptionWallet is locked
-
exception
beem.exceptions.WitnessDoesNotExistsException¶ Bases:
ExceptionThe witness does not exist
-
exception
beem.exceptions.WrongMasterPasswordException¶ Bases:
ExceptionThe password provided could not properly unlock the wallet