Expand description
Contains error types returned by bevy’s schedule.
Structs§
- Entity
Despawn Error - An error that occurs when a specified
Entity
could not be despawned. - TryInsert
Batch Error - The error type returned by
World::try_insert_batch
andWorld::try_insert_batch_if_new
if any of the provided entities do not exist. - TryRun
Schedule Error - The error type returned by
World::try_run_schedule
if the provided schedule does not exist.
Enums§
- Entity
Component Error - An error that occurs when dynamically retrieving components from an entity.
- Entity
Mutable Fetch Error - An error that occurs when fetching entities mutably from a world.
- Resource
Fetch Error - An error that occurs when getting a resource of a given type in a world.