FileCopyFailedEvent Class Reference

A "file copy has failed" WorkflowExecutionEvent. More...

#include <WorkflowExecutionEvent.h>

Inheritance diagram for FileCopyFailedEvent:

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.
 
WorkflowFile * file
 The workflow file that has failed to be copied.
 
std::shared_ptr< FileLocation > src
 The source location.
 

Detailed Description

A "file copy has failed" WorkflowExecutionEvent.

Member Function Documentation

◆ toString()

std::string FileCopyFailedEvent::toString ( )
inlineoverride

Get a textual description of the event.

Returns
a text string

The documentation for this class was generated from the following file: