Enum kabuki::CallError
[−]
[src]
pub enum CallError<T> {
Full(T),
Disconnected(T),
Aborted,
}Used to represent call errors
Variants
Full(T)The actor's inbox is full
Disconnected(T)The actor has shutdown
AbortedThe actor aborted processing the request for some reason