Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly extract wrapped error messages
In our client API, as the request goes through `apid` proxying, actual error might be wrapped into the response (to support multi-node requests), so it should always be correctly unwrapped. This has UX issue: `talosctl apply-config` silently doesn't work (server API fails, but no errror is shown in `talosctl`). Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
- Loading branch information