Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error handling #2

Open
wonder-sk opened this issue Mar 5, 2021 · 0 comments
Open

Improve error handling #2

wonder-sk opened this issue Mar 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@wonder-sk
Copy link
Contributor

wonder-sk commented Mar 5, 2021

Right now we do not catch errors and emit just some generic errors (e.g. ValueError). It would be good to have a custom error class for our exceptions + handle exceptions from other places and turn them into "our" errors.

Some common errors to handle properly:

  • errors from geodiff
  • file/directory errors (e.g. missing files)
  • something is wrong with configuration (wrong table structure / bad content of tables / ...)
@wonder-sk wonder-sk added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant