[][src]Module aktrs::actor::error

Errors encountered when working with actors.

Structs

SendError

A message could not be sent; the actor is offline.

TimedOut

An operation (e.g. Context::ask) has timed out.

TrySendError

A message could not be sent without blocking; the actor is either offline, or it's mailbox is full.