beemapi.exceptions

exception beemapi.exceptions.ApiNotSupported

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.CallRetriesReached

Bases: Exception

CallRetriesReached Exception. Only for internal use

exception beemapi.exceptions.FollowApiNotEnabled

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.InvalidEndpointUrl

Bases: Exception

exception beemapi.exceptions.MissingRequiredActiveAuthority

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.NoAccessApi

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.NoApiWithName

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.NoMethodWithName

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.NumRetriesReached

Bases: Exception

NumRetriesReached Exception.

exception beemapi.exceptions.RPCConnection

Bases: Exception

RPCConnection Exception.

exception beemapi.exceptions.RPCError

Bases: Exception

RPCError Exception.

exception beemapi.exceptions.RPCErrorDoRetry

Bases: Exception

RPCErrorDoRetry Exception.

exception beemapi.exceptions.TimeoutException

Bases: Exception

exception beemapi.exceptions.UnauthorizedError

Bases: Exception

UnauthorizedError Exception.

exception beemapi.exceptions.UnhandledRPCError

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.UnkownKey

Bases: beemapi.exceptions.RPCError

exception beemapi.exceptions.UnnecessarySignatureDetected

Bases: Exception

exception beemapi.exceptions.VotedBeforeWaitTimeReached

Bases: Exception

exception beemapi.exceptions.WorkingNodeMissing

Bases: Exception

beemapi.exceptions.decodeRPCErrorMsg(e)

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