Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: checkCancelPrivelege should return proper gRPC error status
Resolves #77676 The callers of `checkCancelPrivilege` expects returned errors to be proper gRPC error statuses. Previously, there was one plain error being returned that was not properly wrapped and logged. This commit converts that error into a serverError. Release note: None
- Loading branch information