mozilla / nimbus-shared

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

Provide a nice set of errors from the Python library #34

Closed mythmon closed 4 years ago

mythmon commented 4 years ago

Currently the Python library can raise two kinds of errors: Validation errors and schema not found errors. Neither have a type that is easy to predict or use. These errors should be better documented and easy to import.