10 #ifndef WRENCH_NOT_ALLOWED_H
11 #define WRENCH_NOT_ALLOWED_H
16 #include "wrench/services/Service.h"
17 #include "wrench/workflow/failure_causes/FailureCause.h"
33 NotAllowed(std::shared_ptr<Service> service, std::string &error_message);
42 std::shared_ptr<Service> service;
43 std::string error_message;
52 #endif //WRENCH_NOT_ALLOWED_H
std::string toString()
Get the human-readable failure message.
Definition: NotAllowed.cpp:40
A top-level class to describe all simulation-valid failures that can occur during workflow execution ...
Definition: FailureCause.h:31
A "operation not allowed" failure cause.
Definition: NotAllowed.h:28
std::shared_ptr< Service > getService()
Get the service that caused the error.
Definition: NotAllowed.cpp:32