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
Is your feature request related to a problem? Please describe.
Not related to an usecase, but I noticed that handleErrorRequest is the only error handling function that does not have a ZIO counterpart. I propose adding it for symmetry and ocd purposes.
Describe the solution you'd like
Add a Route#handleErrorRequestZIO that is similiar to Route#handleErrorRequest, but allow passing a function producing a zio effect.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Not related to an usecase, but I noticed that handleErrorRequest is the only error handling function that does not have a ZIO counterpart. I propose adding it for symmetry and ocd purposes.
Describe the solution you'd like
Add a Route#handleErrorRequestZIO that is similiar to Route#handleErrorRequest, but allow passing a function producing a zio effect.
The text was updated successfully, but these errors were encountered: