()
| 34 | |
| 35 | func (timeoutNetError) Error() string { return "i/o timeout" } |
| 36 | func (timeoutNetError) Timeout() bool { return true } |
| 37 | func (timeoutNetError) Temporary() bool { return true } |
| 38 | |
| 39 | // TestWrapDoAPIError_SyntaxError_ReturnsInternalError pins that a raw |
no outgoing calls
no test coverage detected