Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::ScheduleError Struct Reference

Error type returned when schedule compilation fails. More...

#include <schedule.hpp>

Public Attributes

ScheduleErrorKind kind
std::string message
std::vector< SystemIdinvolved_systems

Detailed Description

Error type returned when schedule compilation fails.

Definition at line 165 of file schedule.hpp.

Member Data Documentation

◆ involved_systems

std::vector<SystemId> helios::ecs::ScheduleError::involved_systems

Definition at line 168 of file schedule.hpp.

◆ kind

ScheduleErrorKind helios::ecs::ScheduleError::kind

Definition at line 166 of file schedule.hpp.

◆ message

std::string helios::ecs::ScheduleError::message

Definition at line 167 of file schedule.hpp.