Type Alias bevy_defer::AsyncFailure

source ยท
pub type AsyncFailure = AccessError;
๐Ÿ‘ŽDeprecated: Use AccessError instead.
Expand description

Deprecated access error.

Aliased Typeยง

enum AsyncFailure {
Show 17 variants ChannelClosed, EntityNotFound, TooManyEntities, ChildNotFound, ComponentNotFound, ResourceNotFound, AssetNotFound, EventNotRegistered, SignalNotFound, ScheduleNotFound, SystemParamError, WorldParamNotFound, SystemIdNotFound, NameNotFound, IO, Custom, ShouldNotHappen,
}

Variantsยง

ยง

ChannelClosed

ยง

EntityNotFound

ยง

TooManyEntities

ยง

ChildNotFound

ยง

ComponentNotFound

ยง

ResourceNotFound

ยง

AssetNotFound

ยง

EventNotRegistered

ยง

SignalNotFound

ยง

ScheduleNotFound

ยง

SystemParamError

ยง

WorldParamNotFound

ยง

SystemIdNotFound

ยง

NameNotFound

ยง

IO

ยง

Custom

ยง

ShouldNotHappen