Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
select
allows us to map thedata
of a query result to something else, but doesn't (at least explicitly) allow us to do the same forerror
.It can be a separate function like
selectError
, orselect
can be allowed to throw.Beta Was this translation helpful? Give feedback.
All reactions