10 #ifndef WRENCH_STORAGE_SERVICE_NOT_ENOUGH_SPACE_H
11 #define WRENCH_STORAGE_SERVICE_NOT_ENOUGH_SPACE_H
16 #include "wrench/workflow//failure_causes/FailureCause.h"
17 #include "wrench/services/storage/StorageService.h"
48 std::shared_ptr<StorageService> storage_service;
57 #endif //WRENCH_STORAGE_SERVICE_NOT_ENOUGH_SPACE_H
A "not enough space on storage service" failure cause.
Definition: StorageServiceNotEnoughSpace.h:30
std::string toString()
Get the human-readable failure message.
Definition: StorageServiceNotEnoughSpace.cpp:54
std::shared_ptr< StorageService > getStorageService()
Getter.
Definition: StorageServiceNotEnoughSpace.cpp:46
A top-level class to describe all simulation-valid failures that can occur during workflow execution ...
Definition: FailureCause.h:31
WorkflowFile * getFile()
Getter.
Definition: StorageServiceNotEnoughSpace.cpp:38
A data file used/produced by a WorkflowTask in a Workflow.
Definition: WorkflowFile.h:26