(managerUUID string)
| 12 | ) |
| 13 | |
| 14 | func newDSortAbortedError(managerUUID string) *cmn.ErrAborted { |
| 15 | return cmn.NewErrAborted(fmt.Sprintf("%s[%s]", DSortName, managerUUID), "", nil) |
| 16 | } |
| 17 | |
| 18 | // Returns if the error is not abort error - in other cases we need to report |
| 19 | // the error to the user. |
no test coverage detected