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
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
format_err! and string-based errors are good for this initial prototype, but aren't a great long-term solution for a library API. Instead, some type should implement Fail, and the library should use errors of this type. Since ReturnCode already exists and corresponds to the different error codes returned from libyubihsm, it would be a good candidate for implementing Fail.