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.
-