Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Error Handling. #21

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Commits on Feb 14, 2024

  1. new error module

    Remove the S5Error and ErrorKind enum. These explicit error types are not
    required and errors should wrap the internal error fully to not loose details.
    
    error module moved to crate level. This puts the error docs in the crate
    level documentation.
    rajarshimaitra committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d6d228d View commit details
    Browse the repository at this point in the history
  2. update error handling.

    use the new error structure accross module. After this commit there should not
    be any dangling unwrap left.
    rajarshimaitra committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9d24952 View commit details
    Browse the repository at this point in the history