Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix noenc error by fixing Details error field
As advised by @itizir in the discussion of grpc-ecosystem#551. However, I've gone with the minimal change to make the error go away, I haven't introduced a proper, generated protobuf definition. Also, I've noticed our error body message there looks suspiciously like Status[1], except for the field name "Error" vs "Message". Fixes grpc-ecosystem#551. [1]: https://github.com/google/go-genproto/blob/2b5a72b8730b0b/googleapis/rpc/status/status.pb.go#L83-L93 Signed-off-by: Stephan Renatus <[email protected]>
- Loading branch information