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
FrontendUtils.fetch used to model the error channel and now assumes the call always returns successfully - returning a UIO[A], so that when a backend call fails, the front still sees a success (but will fail to unpickle the result).
The text was updated successfully, but these errors were encountered:
@kitlangton if you know which direction you want this to take ("rollback" to previous impl of errors, or "pass an Either to the A, or smthg else) I could work on a PR
FrontendUtils.fetch
used to model the error channel and now assumes the call always returns successfully - returning aUIO[A]
, so that when a backend call fails, the front still sees a success (but will fail to unpickle the result).The text was updated successfully, but these errors were encountered: