You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the script has multiple places, where various errors can occure. However, we need to have clearly specified error handling behaviour.
Describe the solution you'd like
Go thorugh all methods and a) find places where built-in errors can occure b) find places where custom errors can occure.
Then we need to implement proper error handling with logging just on the highest stage (in CLI app)
Describe alternatives you've considered
N/A
Additional context
Probably we need to create more custom errors and re-raise built-in ones in the building blocks.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the script has multiple places, where various errors can occure. However, we need to have clearly specified error handling behaviour.
Describe the solution you'd like
Go thorugh all methods and a) find places where built-in errors can occure b) find places where custom errors can occure.
Then we need to implement proper error handling with logging just on the highest stage (in CLI app)
Describe alternatives you've considered
N/A
Additional context
Probably we need to create more custom errors and re-raise built-in ones in the building blocks.
The text was updated successfully, but these errors were encountered: