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
tapiro should probably support endpoints that never fail, with error type Nothing.
tapir provides an infallibleEndpoint for this case.
(I'm not sure how useful this is though: we'll certainly have endpoints that never give expected, business-logic errors, but I suppose unexpected failures like timeouts can occur also with these endpoints, and I'm not sure how tapir handles these.)
The text was updated successfully, but these errors were encountered:
tapiro should probably support endpoints that never fail, with error type
Nothing
.tapir provides an
infallibleEndpoint
for this case.(I'm not sure how useful this is though: we'll certainly have endpoints that never give expected, business-logic errors, but I suppose unexpected failures like timeouts can occur also with these endpoints, and I'm not sure how tapir handles these.)
The text was updated successfully, but these errors were encountered: