View Source SwarmEx.Error.NetworkError exception (SwarmEx v0.1.0)
Raised when an error occurs at the network level.
This error represents system-wide or network-level issues, including:
- Node communication failures
- Network partitions
- Supervisor failures
- Configuration errors
Summary
Types
@type t() :: %SwarmEx.Error.NetworkError{ __exception__: true, affected_agents: [atom() | pid()], context: SwarmEx.Error.error_context(), message: String.t(), network_id: String.t(), reason: term(), severity: SwarmEx.Error.error_severity() }