10 #ifndef WRENCH_HOST_ERROR_H
11 #define WRENCH_HOST_ERROR_H
16 #include "wrench/services/Service.h"
17 #include "wrench/services/storage/StorageService.h"
18 #include "wrench/services/compute/ComputeService.h"
54 #endif //WRENCH_HOST_ERROR_H
A "host error" failure cause (e.g., attempted to start a daemon on a host that is off)
Definition: HostError.h:29
A top-level class to describe all simulation-valid failures that can occur during workflow execution ...
Definition: FailureCause.h:31
std::string toString()
Get the human-readable failure message.
Definition: HostError.cpp:30