wrench::HostError
-
class HostError : public wrench::FailureCause
A “host error” failure cause (e.g., attempted to start a daemon on a host that is off)
Public Functions
-
HostError(std::string hostname)
Constructor.
- Parameters:
hostname – the name of the host that experienced the error
-
virtual std::string toString() override
Get the human-readable failure message.
- Returns:
the message
-
HostError(std::string hostname)