-
Notifications
You must be signed in to change notification settings - Fork 30
error: Refactor the overarching litep2p::Error #204
Copy link
Copy link
Open
0 / 10 of 1 issue completedLabels
enhancementNew feature or requestNew feature or requestpriority: lowNice-to-have improvements, optimizations, or future considerationsNice-to-have improvements, optimizations, or future considerationstodoExtracted from code todosExtracted from code todos
Description
The litep2p::Error contains multiple variants that grow over time.
Clean up the error into something more coherent and group errors by individual components / use-case, similar to the DialError.
This will help us provide more descriptive error messages and identify easily the place of occurrence:
Line 43 in c9e7aff
| pub enum Error { |
Tasks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: lowNice-to-have improvements, optimizations, or future considerationsNice-to-have improvements, optimizations, or future considerationstodoExtracted from code todosExtracted from code todos