StatusCode returns the HTTP status code of the response.
()
| 146 | |
| 147 | // StatusCode returns the HTTP status code of the response. |
| 148 | StatusCode() int |
| 149 | |
| 150 | // Response holds the HTTP response that caused the HTTPError to |
| 151 | // be created. It will return nil if the error was not created |
no outgoing calls