Enum rotor::SpawnError
[−]
[src]
pub enum SpawnError<S: Sized> { NoSlabSpace(S), UserError(Box<Error>), }
Error when spawning a new state machine
Variants
NoSlabSpace | The State Machine Slab capacity is reached The capacity is configured in the The item in this struct is the Seed that send to create a machine | |
UserError | Error returned from |