peerplays.exceptions module¶
-
exception
peerplays.exceptions.AccountExistsException¶ Bases:
ExceptionThe requested account already exists
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
peerplays.exceptions.BetDoesNotExistException¶ Bases:
ExceptionThis bet does not exist
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
peerplays.exceptions.BettingMarketDoesNotExistException¶ Bases:
ExceptionBetting market does not exist
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
peerplays.exceptions.BettingMarketGroupDoesNotExistException¶ Bases:
ExceptionBetting 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:
ExceptionThis event does not exist
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
peerplays.exceptions.EventGroupDoesNotExistException¶ Bases:
ExceptionThis 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:
ExceptionThe 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:
ExceptionThe 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:
ExceptionObject 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:
ExceptionAn RPC connection is required
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
peerplays.exceptions.RuleDoesNotExistException¶ Bases:
ExceptionRule does not exist
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-