| 586 | } |
| 587 | |
| 588 | Status DestinationParentPathNotFound(const AzureLocation& dest) { |
| 589 | return Status::IOError("The parent directory of the destination path '", dest.all, |
| 590 | "' does not exist."); |
| 591 | } |
| 592 | |
| 593 | Status CrossContainerMoveNotImplemented(const AzureLocation& src, |
| 594 | const AzureLocation& dest) { |
no test coverage detected