Skip to content

WIP: Improve Gitaly connection error messages

Pavlo Strokov requested to merge ps-addr-to-err into master

One variant how we can add address information into failed gRPC call. It is all about manual work: wrapping actual error with additional "details", so they passed into the caller and will be logged as well by the logging interceptor.

Part of: #2786 (closed)

Edited by Pavlo Strokov

Merge request reports