wrench::FunctionManagerFunctionFailedMessage

class FunctionManagerFunctionFailedMessage : public wrench::FunctionManagerMessage

A message sent by the FunctionManager to notify some submitter that a Function has failed.

Public Members

std::shared_ptr<FailureCause> cause

The cause of the failure.

std::shared_ptr<Function> function

The function that is invoked.

std::shared_ptr<ServerlessComputeService> sl_compute_service

The ServerlessComputeService on which the function ran.