We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e788f commit 4f51adcCopy full SHA for 4f51adc
httpclient/multipartrequest.go
@@ -88,7 +88,6 @@ func (c *Client) DoMultipartRequest(method, endpoint string, fields map[string]s
88
// Check for successful status code
89
if resp.StatusCode < 200 || resp.StatusCode >= 300 {
90
// Handle error responses
91
- //return nil, c.handleErrorResponse(resp, log, "Failed to process the HTTP request", method, endpoint)
92
return nil, response.HandleAPIErrorResponse(resp, log)
93
} else {
94
// Handle successful responses
0 commit comments