|
@@ -122,6 +122,7 @@ func (c *Client) callWithRetry(serviceMethod string, data io.Reader, retry bool)
|
|
b, err := ioutil.ReadAll(resp.Body)
|
|
b, err := ioutil.ReadAll(resp.Body)
|
|
return nil, &statusError{resp.StatusCode, serviceMethod, err.Error()}
|
|
return nil, &statusError{resp.StatusCode, serviceMethod, err.Error()}
|