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
anyhow::{Result, Error} has been used to get basic functionality working and to develop some of the fundamentals of the crate.
This is a temporary measure and custom error types are required to provide users of the API with more helpful information about the nature or types of errors.
Definition of Done
Implement and return custom error types from functions / methods.
The text was updated successfully, but these errors were encountered:
Replace anyhow with custom error types
anyhow::{Result, Error}
has been used to get basic functionality working and to develop some of the fundamentals of the crate.This is a temporary measure and custom error types are required to provide users of the API with more helpful information about the nature or types of errors.
Definition of Done
Implement and return custom error types from functions / methods.
The text was updated successfully, but these errors were encountered: