Module error

Source
Expand description

Contains error types returned by bevy’s schedule.

Structs§

TryRunScheduleError
The error type returned by World::try_run_schedule if the provided schedule does not exist.

Enums§

EntityComponentError
An error that occurs when dynamically retrieving components from an entity.
EntityFetchError
An error that occurs when fetching entities mutably from a world.