This example demonstrates the use of status details in grpc errors.
Run the server:
$ go run ./server/main.goThen run the client in another terminal:
$ go run ./client/main.goIt should succeed and print the greeting it received from the server. Then run the client again:
$ go run ./client/main.goThis time, it should fail by printing error status details that it received from the server.