Open
Description
There are several places like this in the mgadm
code where we unwrap API calls like this.
Line 584 in 2524913
This results in a crash and corefile when the API returns an error, even for something like a 400 error. While mgadm
is just a local debugging tool, this is not ideal as it leaves core files around which show up in rack health checks.