Skip to main content

Module error

Module error 

Source
Expand description

Typed error variants for the SWIM subsystem.

SwimError is the single error type returned by every public function in nodedb_cluster::swim. It is wired into the cluster-wide [ClusterError] enum via a From impl in crate::error, which in turn bridges to nodedb_types::NodeDbError at the public API boundary.

Enums§

SwimError
Errors produced by the SWIM failure detector and membership layer.