Expand description
Canonical error codes emitted while opening a client route.
Error frames remain extensible strings, but these daemon-owned route-open outcomes need identical spelling across the daemon and SDK retry policies.
Constants§
- MODULE_
NO_ PROTOCOL - The target module is declared as speaking no subc wire protocol
(
protocol: "none"in daemon config), so it has no control lane and can never accept a route. The daemon supervises its process and nothing else. - MODULE_
RELOADING - MODULE_
REMOVED - MODULE_
TIMEOUT - MODULE_
WARMING - TARGET_
UNAVAILABLE - UNKNOWN_
MODULE
Functions§
- is_
retryable_ route_ open - Whether a
route.openrefusal carryingcodemay be retried in place within the caller’s deadline, or is terminal for the target as named.