You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed ToRPCStatus in favor of standardized GRPCStatus() interface
This change avoids the ugly 'convertErrorToRPCStatus' helper method
since the gRPC server automatically recognize if the error implements
the `GRPCStatus() *Status` interface method.
0 commit comments