wrench::FileCopyFailedEvent

class wrench::FileCopyFailedEvent : public wrench::ExecutionEvent

A “file copy has failed” ExecutionEvent.

Public Functions

inline std::string toString() override

Get a textual description of the event.

Returns

a text string

Public Members

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.