Enum kabuki::CallError [] [src]

pub enum CallError<T> {
    Full(T),
    Disconnected(T),
    Aborted,
}

Used to represent call errors

Variants

The actor's inbox is full

The actor has shutdown

The actor aborted processing the request for some reason