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
Originally posted by Sayan751 July 3, 2023
I have a gRPC service with JSON transcoding enabled. An endpoint of the service throws RpcException with same status code but different metadata. Examples:
I expected the trailers to appear in the details array. Am I missing something here? At the end, I need a way to differentiate between the two errors with the same status code. Is that possible?