-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
We will probably eventually need a more advanced convention for error types - we currently just use the one-size-fits-all failure::Error, but this might be hard when we need to match on error types in the future. It might work to use failure::Fail enums everywhere and still use failure::Error then just attempt to downcast, but we should experiment first before applying a convention to the whole codebase.
Metadata
Metadata
Assignees
Labels
No labels