McpServerUnavailableException class final
Thrown when an MCP server cannot be reached or spawned. The manager
converts this into the server's failed status — never a crash.
- Implemented types
Constructors
-
Creates an McpServerUnavailableException.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited