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(note, /)

Add a note to the exception

with_traceback(tb, /)

Set self.__traceback__ to tb and return self.