I’m trying to find an example right now on how to ...
# golang
b
I’m trying to find an example right now on how to check if it is rejected/errored, but failing
b
sorry, did you ever end up finding an example for this? i am sort of a newbie and trying to do error handling "correctly" with a large block of code in an applyT func. or if anyone else has an example of error handling in applyT functions
b
@busy-helicopter-97413 I didn’t spend much time after I had posted this. @billowy-army-68599 do you know if there is an example handy? It doesn’t seem like there is a
IsRejected()
function on
Output
or anything like that exposing the private
rejected
field.
g
I'm still looking for an answer on this 😅