StorageServiceNotEnoughSpace Class Reference

A "not enough space on storage service" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for StorageServiceNotEnoughSpace:

Public Member Functions

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.

Member Function Documentation

◆ getFile()

WorkflowFile * StorageServiceNotEnoughSpace::getFile ( )

Getter.

Returns
the file

◆ getStorageService()

std::shared_ptr< StorageService > StorageServiceNotEnoughSpace::getStorageService ( )

Getter.

Returns
the storage service

◆ toString()

std::string StorageServiceNotEnoughSpace::toString ( )

Get the human-readable failure message.

Returns
the message

The documentation for this class was generated from the following files:
  • /home/wrench/wrench/include/wrench/workflow/execution_events/FailureCause.h
  • /home/wrench/wrench/src/wrench/workflow/execution_events/FailureCause.cpp