NotAllowed Class Reference

A "operation not allowed" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for NotAllowed:

Public Member Functions

std::shared_ptr< Service > getService ()
 Get the service that caused the error. More...
 
std::string toString ()
 Get the human-readable failure message. More...
 

Detailed Description

A "operation not allowed" failure cause.

Member Function Documentation

◆ getService()

std::shared_ptr< Service > NotAllowed::getService ( )

Get the service that caused the error.

Returns
the service

◆ toString()

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