MultiHostUnknownNamespace class

Thrown synchronously by MultiHostSession.executeAction (before any wire call) when an action's namespace is owned by no attached host.

Catches a model hallucinating a namespace or attaching to fewer hosts than the manifest implies — fail fast so the loop never hangs on an unroutable name.

Implemented types

Constructors

MultiHostUnknownNamespace(String namespace, List<String> known)

Properties

hashCode int
The hash code for this object.
no setterinherited
known List<String>
The namespaces that ARE routable (sorted for a stable message).
final
namespace String
The unmapped namespace from the action name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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