tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
54 stars 24 forks source link

Add TransportError subclass of ProtocolError #49

Closed markmcclain closed 4 years ago

markmcclain commented 4 years ago

The backwards compatible TransportError simplifies client error handling by providing dedicated subclass with attribute access for error details.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.5%) to 84.396% when pulling 8839ac524ad0d90863cf506c27f91397179807bb on markmcclain:transportexception into dcca53e81734b027e47ff0e6c5097bcd61249ce8 on tcalmant:master.

tcalmant commented 4 years ago

Thanks 👍 Do you have other contributions to provide or do I release 0.4.2 ?