actual HTTP status code
()
| 12 | Error() string |
| 13 | StatusCode() int // actual HTTP status code |
| 14 | ErrorCode() string // error code returned in response body from CC or UAA |
| 15 | } |
| 16 | |
| 17 | type baseHTTPError struct { |
no outgoing calls
no test coverage detected