-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Improve on Error handling
In the beginning errors to the project were always a panic() which leads to interruption at this stage in the code and a stack trace like information. This was not the best solution but it provided exact details about the error and where it happened in the code. With the code changing towards an error reporting up to the main function the information about where in the code something was wrong got lost. In addition the resulting error messages are sometimes unexpressively
Acceptance Criteria
- go over error messages and check of they are expressive
- allow stack trace on error if PILOT_DEBUG is set
Metadata
Metadata
Assignees
Labels
No labels