HTTPStatusCode returns the HTTP response status code received from the service.
()
| 20 | |
| 21 | // HTTPStatusCode returns the HTTP response status code received from the service. |
| 22 | func (e *ResponseError) HTTPStatusCode() int { return e.Response.StatusCode } |
| 23 | |
| 24 | // HTTPResponse returns the HTTP response received from the service. |
| 25 | func (e *ResponseError) HTTPResponse() *Response { return e.Response } |
no outgoing calls