stargate / stargate-grpc-go-client

A golang gRPC client for https://stargate.io
Apache License 2.0
18 stars 7 forks source link

Try to better surface framework level errors #12

Open dougwettlaufer opened 2 years ago

dougwettlaufer commented 2 years ago

There are certain errors at the gRPC framework level that aren't the most helpful like:

rpc error: code = Unimplemented desc = 

We need to see if we inspect the error so we can log something more useful.