-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
This issure requires a better definition once we plan to work on it
wws heavily relies on the anyhow for a simple error management. In certain cases, we're capturing the errors and mapping it to more appropiate messages. However, this focuses on the errors we want to show in the CLI.
We want to create a set of specific error types to capture and manage them in code properly. Instead of bubbling generic errors, we plan to throw a set of specific ones we can manage later.
Metadata
Metadata
Assignees
Labels
🚀 enhancementNew feature or requestNew feature or request