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"
30 class StorageServiceNotEnoughSpace :
public FailureCause {
36 StorageServiceNotEnoughSpace(WorkflowFile *file, std::shared_ptr<StorageService> storage_service);
41 WorkflowFile *getFile();
48 std::shared_ptr<StorageService> storage_service;
57 #endif //WRENCH_STORAGE_SERVICE_NOT_ENOUGH_SPACE_H