actr-hyper 0.3.1

Hyper — Actor platform infrastructure: sandbox, transport, scheduler, WASM engine, signing, AIS bootstrap, persistence & crypto primitives
Documentation
1
2
3
4
5
6
7
//! Runtime error re-exports.
//!
//! `RuntimeError` has been removed. All errors flow as `ActrError` (public)
//! or `NetworkError` (transport-internal). See `actr_protocol::error` for the
//! full error design.

pub use actr_protocol::{ActorResult, ActrError, Classify, ErrorKind};