Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
55 stars 19 forks source link

Enhance diagnose messages when an error is thrown by runtime #173

Open Nebulis opened 3 years ago

Nebulis commented 3 years ago

Enhance diagnose messages when an error is thrown by runtime. Currently we use the message from the error which is not very descriptive. We could instead use the details from the error: https://github.com/pelotom/runtypes/pull/209