1#ifndef EXECUTION_ERROR_EVENT_H
2#define EXECUTION_ERROR_EVENT_H
4#include "./function_group.h"
A function group representative based on a manifest.
Definition: function_group.h:14
uint32_t ExecutionError
Function group termination error code alias.
Definition: execution_error_event.h:11
Undefined Function Group State event argument.
Definition: execution_error_event.h:15
const FunctionGroup * functionGroup
Function group pointer in the Undefined State.
Definition: execution_error_event.h:20
ExecutionError executionError
Error code caused Undefined Function Group State.
Definition: execution_error_event.h:17