We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530d08d commit 6b2bec7Copy full SHA for 6b2bec7
internal/controllers/rpc/rpc.go
@@ -65,7 +65,7 @@ func (s *TokenExchangeServer) AccessCheck(ctx context.Context, req *grpc.AccessC
65
RichError: &grpc.RichError{
66
Code: int32(richErr.Code),
67
ExternalMsg: richErr.ExternalMsg,
68
- Err: richErr.Err.Error(),
+ Err: fmt.Sprintf("%v", richErr.Err),
69
},
70
}, nil
71
}
0 commit comments