nectarapi.exceptions module

exception nectarapi.exceptions.ApiNotSupported

Bases: RPCError

exception nectarapi.exceptions.CallRetriesReached

Bases: NectarApiException

CallRetriesReached Exception. Only for internal use

exception nectarapi.exceptions.FilteredItemNotFound

Bases: RPCError

exception nectarapi.exceptions.FollowApiNotEnabled

Bases: RPCError

exception nectarapi.exceptions.InvalidEndpointUrl

Bases: NectarApiException

exception nectarapi.exceptions.InvalidParameters

Bases: NectarApiException

exception nectarapi.exceptions.MissingRequiredActiveAuthority

Bases: RPCError

exception nectarapi.exceptions.NectarApiException

Bases: Exception

NectarApiException base Exception.

exception nectarapi.exceptions.NoAccessApi

Bases: RPCError

exception nectarapi.exceptions.NoApiWithName

Bases: RPCError

exception nectarapi.exceptions.NoMethodWithName

Bases: RPCError

exception nectarapi.exceptions.NumRetriesReached

Bases: NectarApiException

NumRetriesReached Exception.

exception nectarapi.exceptions.RPCConnection

Bases: NectarApiException

RPCConnection Exception.

exception nectarapi.exceptions.RPCError

Bases: NectarApiException

RPCError Exception.

exception nectarapi.exceptions.RPCErrorDoRetry

Bases: NectarApiException

RPCErrorDoRetry Exception.

exception nectarapi.exceptions.SupportedByHivemind

Bases: NectarApiException

exception nectarapi.exceptions.TimeoutException

Bases: NectarApiException

exception nectarapi.exceptions.UnauthorizedError

Bases: NectarApiException

UnauthorizedError Exception.

exception nectarapi.exceptions.UnhandledRPCError

Bases: RPCError

exception nectarapi.exceptions.UnknownKey

Bases: RPCError

exception nectarapi.exceptions.UnknownTransaction

Bases: NectarApiException

exception nectarapi.exceptions.UnnecessarySignatureDetected

Bases: NectarApiException

exception nectarapi.exceptions.VotedBeforeWaitTimeReached

Bases: NectarApiException

exception nectarapi.exceptions.WorkingNodeMissing

Bases: NectarApiException

nectarapi.exceptions.decodeRPCErrorMsg(e: Exception) str

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