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
I've seen the Hyper version set the Error type to Infallible. Is this intentional?
I don't think lambda_runtime really needs Infallible, but I was wondering if there was a reason.
The reason I'm asking is because I'm trying to write code for an error case, and it's Infallible, so I can't handle the error.
The text was updated successfully, but these errors were encountered:
I've seen the Hyper version set the Error type to Infallible. Is this intentional?
I don't think lambda_runtime really needs Infallible, but I was wondering if there was a reason.
The reason I'm asking is because I'm trying to write code for an error case, and it's Infallible, so I can't handle the error.
The text was updated successfully, but these errors were encountered: