Files
tailscale/tsconst
chaosinthecrd 1961c6543b tailcfg,tsconst: add structured error field to MapResponse
Add an Error field to MapResponse to allow the control server to
communicate errors to clients in a structured way. The error includes
a machine-readable code and a human-readable message.

This enables clients to programmatically handle specific error
conditions. The immediate use case is returning an explicit error
when a node is not found on the tailnet, so that a message can be sent
on the ipn bus to inform the client.

Updates #18830

Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>
2026-02-27 19:45:56 +00:00
..