(fromPath, toPath string)
| 116 | } |
| 117 | |
| 118 | func relocationFailureDetails(fromPath, toPath string) map[string]any { |
| 119 | return relocationErrorDetails(fromPath, toPath) |
| 120 | } |
| 121 | |
| 122 | func relocationAggregateError(commandName, operation string, count int, failures []map[string]any) error { |
| 123 | details := operationErrorDetails(operation) |
no test coverage detected