#foreach($error in $list_1) #end
 
#if ($error.getCategory() == "FILES_REMOVED") This transfer contains $error.getFileAmount() files. The following files have not been archived and removed from the transfer. #elseif ($error.getCategory() == "FILES_SKIPPED") This transfer contains $error.getFileAmount() files. The following files have not been archived. #elseif($error.getCategory() == "ARCHIVING_FAILED" || $error.getCategory() == "ARCHIVING_FAILED_CANCELLED") Archiving of this transfer has failed. #end #if ($error.getCategory() == "FILES_REMOVED" || $error.getCategory() == "FILES_SKIPPED") #foreach($file in $error.getFiles()) #end
$file
#elseif($error.getCategory() == "ARCHIVING_FAILED") The files in this transfer could not be archived. #elseif($error.getCategory() == "ARCHIVING_FAILED_CANCELLED") The transfer has been cancelled. #end