tailscale / tailscale-client-go

A client implementation for the Tailscale HTTP API
MIT License
61 stars 27 forks source link

Data field is missing from API errors #5

Closed davidsbond closed 2 years ago

davidsbond commented 2 years ago

An error response from the API can contain a data field with additional context for errors. This is specifically used for tests within ACL files. We should add the data field as described in the API documentation

Related to https://github.com/davidsbond/terraform-provider-tailscale/issues/73