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
When implementing FromData, Outcome::Failure is a valid return type that takes a status and an error. Looking through the code, it appears any error returned with Outcome::Failure from a FromData implementation is discarded with the status being used to match a catcher. It would be useful to be able to pass errors out of FromData to be returned to the user through a catcher for that status code.
The text was updated successfully, but these errors were encountered:
Version: 0.3.0
When implementing FromData, Outcome::Failure is a valid return type that takes a status and an error. Looking through the code, it appears any error returned with Outcome::Failure from a FromData implementation is discarded with the status being used to match a catcher. It would be useful to be able to pass errors out of FromData to be returned to the user through a catcher for that status code.
The text was updated successfully, but these errors were encountered: