Searched defs:OpError (Results 1 – 3 of 3) sorted by relevance
462 type OpError struct { struct465 Op string469 Net string474 Source Addr482 Addr Addr486 Err error489 func (e *OpError) Unwrap() error { return e.Err }491 func (e *OpError) Error() string {529 func (e *OpError) Timeout() bool {542 func (e *OpError) Temporary() bool {
327 TEST_F(ExecutorTest, OpError) { in TEST_F() argument
46 class OpError(Exception): class