-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
to-considerFurther consideration is needed whether this should be implementedFurther consideration is needed whether this should be implemented
Description
Overview
In a few areas around the codebase, we're returning Options and bools for functions that deserve a typed error. We should examine the interfaces of mailboxes, etc. to find places where we should add descriptive errors.
Note that all Errors are Debug + Display, so these can still be type-erased to Strings to avoid generic hell in thiserror-style error nesting.
Metadata
Metadata
Assignees
Labels
to-considerFurther consideration is needed whether this should be implementedFurther consideration is needed whether this should be implemented
Type
Projects
Status
Backlog