ExMCP.Client.States.Disconnected (ex_mcp v1.0.0-rc.1)
View SourceState data for disconnected state.
Summary
Types
@type t() :: %ExMCP.Client.States.Disconnected{ common: ExMCP.Client.States.Common.t(), disconnect_reason: term() | nil, last_error: term() | nil, retry_count: non_neg_integer() }