Error describes an error that occurred during a remote operation.
| 22 | |
| 23 | // Error describes an error that occurred during a remote operation. |
| 24 | type Error struct { |
| 25 | *http.Response |
| 26 | error |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected