Skip to content

Wrap server-side errors with ErrSkipped

James Fargher requested to merge fix_server_side_errors into master

These errors were not reporting the original error, and the restore case was not properly translating the GRPC error into the backup.ErrSkipped type.

Merge request reports