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
Remove the Into<IronOxideErr> for ring::Unspecified, and write specific conversions into useful external error types in places we have contextual information about what went wrong. AesError is returned from rotate key, change password, etc and the caller doesn't know/care what that means.
The text was updated successfully, but these errors were encountered:
Remove the
Into<IronOxideErr>
forring::Unspecified
, and write specific conversions into useful external error types in places we have contextual information about what went wrong.AesError
is returned from rotate key, change password, etc and the caller doesn't know/care what that means.The text was updated successfully, but these errors were encountered: