bitshares.exceptions module

exception bitshares.exceptions.AccountExistsException[source]

Bases: Exception

The requested account already exists.

args
with_traceback()

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

exception bitshares.exceptions.HtlcDoesNotExistException[source]

Bases: Exception

HTLC object does not exist.

args
with_traceback()

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

exception bitshares.exceptions.ObjectNotInProposalBuffer[source]

Bases: Exception

Object was not found in proposal.

args
with_traceback()

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

exception bitshares.exceptions.RPCConnectionRequired[source]

Bases: Exception

An RPC connection is required.

args
with_traceback()

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