JobTypeNotSupported Class Reference

A "compute service does not support requested job type" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for JobTypeNotSupported:

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 > JobTypeNotSupported::getComputeService ( )

Getter.

Returns
the compute service

◆ getJob()

WorkflowJob * JobTypeNotSupported::getJob ( )

Getter.

Returns
the job

◆ toString()

std::string JobTypeNotSupported::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