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::ErrorKindwhile 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.