Skip to main content

Module error

Module error 

Source
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-core funnel into this enum.

Type Aliases§

Result
Convenience alias for results returned by rtcom-core APIs.