Skip to main content

Module bind_hint

Module bind_hint 

Source
Expand description

Operator-facing listener bind error hints shared by TCP/WS/Telnet/REST/gRPC.

Functionsยง

bind_error_message
Build a stable, grep-friendly bind failure message.
invalid_addr_error
Build a redacted invalid-listener-address error without echoing user input.
io_bind_error
Preserve the original std::io::ErrorKind while replacing the message with an operator-actionable hint.
listener_runtime_error
Preserve a post-bind listener runtime failure without echoing its address.
port_conflict_message
Build a warning for the pre-bind startup probe that sees an existing listener on the configured port.