There are certain errors at the gRPC framework level that aren't the most helpful like: ```go rpc error: code = Unimplemented desc = ``` We need to see if we inspect the error so we can log something more useful.
There are certain errors at the gRPC framework level that aren't the most helpful like:
We need to see if we inspect the error so we can log something more useful.