wrench::InvalidDirectoryPath
-
class InvalidDirectoryPath : public wrench::FailureCause
A “unknown mount point storage service” failure cause.
Public Functions
-
std::string getInvalidPath()
Get the invalid path.
- Returns
a path
-
std::shared_ptr<StorageService> getStorageService()
Get the storage service at which the path was invalid.
- Returns
a storage service
-
virtual std::string toString() override
Get the human-readable failure message.
- Returns
the message
-
std::string getInvalidPath()