Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information