nectarapi.exceptions module
- exception nectarapi.exceptions.CallRetriesReached
Bases:
NectarApiExceptionCallRetriesReached Exception. Only for internal use
- exception nectarapi.exceptions.InvalidEndpointUrl
Bases:
NectarApiException
- exception nectarapi.exceptions.InvalidParameters
Bases:
NectarApiException
- exception nectarapi.exceptions.NectarApiException
Bases:
ExceptionNectarApiException base Exception.
- exception nectarapi.exceptions.NumRetriesReached
Bases:
NectarApiExceptionNumRetriesReached Exception.
- exception nectarapi.exceptions.RPCConnection
Bases:
NectarApiExceptionRPCConnection Exception.
- exception nectarapi.exceptions.RPCError
Bases:
NectarApiExceptionRPCError Exception.
- exception nectarapi.exceptions.RPCErrorDoRetry
Bases:
NectarApiExceptionRPCErrorDoRetry Exception.
- exception nectarapi.exceptions.SupportedByHivemind
Bases:
NectarApiException
- exception nectarapi.exceptions.TimeoutException
Bases:
NectarApiException
- exception nectarapi.exceptions.UnauthorizedError
Bases:
NectarApiExceptionUnauthorizedError Exception.
- 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