PartialHttpResponseException

Documentation for eth_defi.event_reader.fast_json_rpc.PartialHttpResponseException exception.

exception PartialHttpResponseException

Bases: json.decoder.JSONDecodeError

IPCProvider expects JSONDecodeErrors, not value errors.

__init__(msg, doc, pos)
__new__(**kwargs)
add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

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