A "compute service does not support requested job type" failure cause. More...
#include <JobTypeNotSupported.h>

Public Member Functions | |
std::shared_ptr< ComputeService > | getComputeService () |
Getter. More... | |
WorkflowJob * | getJob () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
Detailed Description
A "compute service does not support requested job type" failure cause.
Member Function Documentation
◆ getComputeService()
std::shared_ptr< ComputeService > wrench::JobTypeNotSupported::getComputeService | ( | ) |
Getter.
- Returns
- the compute service
◆ getJob()
WorkflowJob * wrench::JobTypeNotSupported::getJob | ( | ) |
Getter.
- Returns
- the job
◆ toString()
|
virtual |
The documentation for this class was generated from the following files:
- JobTypeNotSupported.h
- JobTypeNotSupported.cpp