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
In api-go, NewPayloadVisitorInterceptor should visit payloads in the status details of gRPC errors as well, and NewFailureVisitorInterceptor should do the same for visiting failures. Try to keep in mind performance, but there may be no choice but to unpack the any, visit, and repack.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
In
api-go
,NewPayloadVisitorInterceptor
should visit payloads in the status details of gRPC errors as well, andNewFailureVisitorInterceptor
should do the same for visiting failures. Try to keep in mind performance, but there may be no choice but to unpack the any, visit, and repack.The text was updated successfully, but these errors were encountered: