peerplays.exceptions module

exception peerplays.exceptions.AccountExistsException

Bases: Exception

The requested account already exists

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.BetDoesNotExistException

Bases: Exception

This bet does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.BettingMarketDoesNotExistException

Bases: Exception

Betting market does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.BettingMarketGroupDoesNotExistException

Bases: Exception

Betting Market Group does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.EventDoesNotExistException

Bases: Exception

This event does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.EventGroupDoesNotExistException

Bases: Exception

This event group does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.GenesisBalanceDoesNotExistsException

Bases: Exception

The provided genesis balance id does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.InsufficientAuthorityError

Bases: Exception

The transaction requires signature of a higher authority

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.ObjectNotInProposalBuffer

Bases: Exception

Object was not found in proposal

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.RPCConnectionRequired

Bases: Exception

An RPC connection is required

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.RuleDoesNotExistException

Bases: Exception

Rule does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.SportDoesNotExistException

Bases: Exception

Sport does not exist

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception peerplays.exceptions.WrongMasterPasswordException

Bases: Exception

The password provided could not properly unlock the wallet

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.