WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "file copy has failed" ExecutionEvent. More...
#include <FileCopyFailedEvent.h>
Public Member Functions | |
std::string | toString () override |
Get a textual description of the event. More... | |
Public Attributes | |
std::shared_ptr< FileLocation > | dst |
The destination location. | |
std::shared_ptr< FailureCause > | failure_cause |
The cause of the failure. | |
std::shared_ptr< DataFile > | file |
The workflow file that has failed to be copied. | |
std::shared_ptr< FileLocation > | src |
The source location. | |
A "file copy has failed" ExecutionEvent.
|
inlineoverride |
Get a textual description of the event.