bitsharesapi.exceptions module

exception bitsharesapi.exceptions.AccountCouldntBeFoundException[source]

Bases: Exception

args
with_traceback()

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

exception bitsharesapi.exceptions.InvalidAccountNameException[source]

Bases: Exception

args
with_traceback()

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

exception bitsharesapi.exceptions.InvalidEndpointUrl[source]

Bases: Exception

args
with_traceback()

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

exception bitsharesapi.exceptions.MissingRequiredActiveAuthority[source]

Bases: grapheneapi.exceptions.RPCError

args
with_traceback()

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

exception bitsharesapi.exceptions.NoMethodWithName[source]

Bases: grapheneapi.exceptions.RPCError

args
with_traceback()

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

exception bitsharesapi.exceptions.NumRetriesReached[source]

Bases: Exception

args
with_traceback()

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

exception bitsharesapi.exceptions.UnhandledRPCError[source]

Bases: grapheneapi.exceptions.RPCError

args
with_traceback()

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

exception bitsharesapi.exceptions.UnknownNetworkException[source]

Bases: Exception

Thrown when we don’t recognize the chain id.

args
with_traceback()

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

bitsharesapi.exceptions.decodeRPCErrorMsg(e)[source]

Helper function to decode the raised Exception and give it a python Exception class.