Expand description
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.
Enums§
- Actr
Error - Top-level framework error, returned to all callers.
- Error
Kind - Fault domain classification for any framework error.
Traits§
- Classify
- Fault-domain classification for error types.
Type Aliases§
- Actor
Result - Result type for actor RPC calls.