mozilla / nimbus-shared

Shared data and schemas for Project Nimbus
https://mozilla.github.io/nimbus-shared
Mozilla Public License 2.0
5 stars 15 forks source link

Make the errors thrown by the Python library more accessible #93

Closed mythmon closed 4 years ago

mythmon commented 4 years ago

I think this will make the library easier to use, since it exposes all errors from the schema validator, and it gives specific errors that can be imported from this library instead of from deeper subdependencies.

Fixes #33 and fixes #34.