mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
4ad44caa52
Otherwise, you just see output like "Error running command: Server responded with an error: InternalServerError", which isn't very helpful. The response body used to be include with the message, but was removed when the Error enum was converted to thiserror. Fixes: 5d0d56f5 ("api_client: Use thiserror for errors") Signed-off-by: Alyssa Ross <hi@alyssa.is>