Expand description
Error types for rtcom-core.
The crate deliberately avoids anyhow at library
boundaries — callers (including rtcom-cli) need to match on specific
failure domains to drive reconnection, user-visible diagnostics, and
exit-code selection.
Enums§
- Error
- All fallible operations in
rtcom-corefunnel into this enum.
Type Aliases§
- Result
- Convenience alias for results returned by
rtcom-coreAPIs.