Searched defs:responseAndError (Results 1 – 1 of 1) sorted by relevance
2594 type responseAndError struct { struct2595 _ incomparable2596 res *Response // else use this response (see res method)2597 err error