A "not enough space on storage service" failure cause. More...
#include <StorageServiceNotEnoughSpace.h>
Public Member Functions | |
StorageServiceNotEnoughSpace (WorkflowFile *file, std::shared_ptr< StorageService > storage_service) | |
Constructor. More... | |
WorkflowFile * | getFile () |
Getter. More... | |
std::shared_ptr< StorageService > | getStorageService () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
Detailed Description
A "not enough space on storage service" failure cause.
Constructor & Destructor Documentation
◆ StorageServiceNotEnoughSpace()
wrench::StorageServiceNotEnoughSpace::StorageServiceNotEnoughSpace | ( | WorkflowFile * | file, |
std::shared_ptr< StorageService > | storage_service | ||
) |
Constructor.
- Parameters
-
file the file that could not be written storage_service the storage service that ran out of spacee
Member Function Documentation
◆ getFile()
WorkflowFile * wrench::StorageServiceNotEnoughSpace::getFile | ( | ) |
Getter.
- Returns
- the file
◆ getStorageService()
std::shared_ptr< StorageService > wrench::StorageServiceNotEnoughSpace::getStorageService | ( | ) |
Getter.
- Returns
- the storage service
◆ toString()
|
virtual |
The documentation for this class was generated from the following files:
- StorageServiceNotEnoughSpace.h
- StorageServiceNotEnoughSpace.cpp