initiate()
: is isError
always false
if isSuccess
is true
and vice versa?
#4623
Answered
by
phryneas
pseidemann
asked this question in
Q&A
-
I'm wondering if this statement always holds true (in both directions) when using maybe it's possible that both are false? I couldn't find anything about that in the docs |
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Sep 13, 2024
Replies: 1 comment
-
Those two are exclusive from each other. You can have an error and data, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pseidemann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those two are exclusive from each other. You can have an error and data, though.