hashberg-io / dag-cbor

Python implementation of the DAG-CBOR codec for IPLD.
https://dag-cbor.readthedocs.io
MIT License
13 stars 6 forks source link

Improve error messages #6

Closed sg495 closed 1 year ago

sg495 commented 1 year ago

Errors messages should convey detailed information about the specific point in the byte-stream at which the error occurred, together with a snapshow of the relevant byte values, for easier debugging of applications using this library.