pub type ActorError = Box<dyn Error + Send + Sync>;
The type of error returned by an actor method.
pub struct ActorError(/* private fields */);