Servers will often include a helpful error message in the body of an error response, but there's currently no way to parse that, because HttpClient.BadStatus holds a Response body, so Gren doesn't know the type of Response.data. It should probably hold a Response Bytes.