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
The current state of error-handling in this crate is, well, okay. What bugs me a lot is how unclear certain error messages are.
Example:
thread 'main' panicked at tests/blubb.rs:66:14: called Result::unwrap() on an Err value: InvalidInput(Malformed("Expected BitString, found SEQUENCE"))
This does not really tell me much. It's lacking information about at least the file and function/method this error occurred in. It would be nice if error messages could be enriched with this information in a nice way.
The text was updated successfully, but these errors were encountered:
The current state of error-handling in this crate is, well, okay. What bugs me a lot is how unclear certain error messages are.
Example:
thread 'main' panicked at tests/blubb.rs:66:14: called Result::unwrap() on an Err value: InvalidInput(Malformed("Expected BitString, found SEQUENCE"))
This does not really tell me much. It's lacking information about at least the file and function/method this error occurred in. It would be nice if error messages could be enriched with this information in a nice way.
The text was updated successfully, but these errors were encountered: