In my local code, I'm using things like
if errors.Is(err, api.ErrMustRetry) { ... }
How would I achieve the same on errors returned by the gRCP interface? I've
noticed these are wrapped:
rpc error: code = Unknown desc = must retry rpc error: code = Unknown desc
= must retry
I assume the errors package won't work here as type information is not
carried across gRPC: What is the best practice here: unwrap the root error
from the RPC result (how) and perform string comparison?
Thanks,
Andreas
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/c3053cb0-d739-496d-a804-7f533ba7a6cbn%40googlegroups.com.