Skip to content

Update all existing services to use grpc.Errorf errors

Andrew Newdigate requested to merge feature/grpc-errorf into master

Closes https://gitlab.com/gitlab-org/gitaly/issues/79

Refactor from fmt.Errorf to grpc.Errorf

grpc has an error type which we should be using when returning errors back to the caller.

Merge request reports