Home
last modified time | relevance | path

Searched defs:OpError (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/net/
Dnet.go462 type OpError struct { struct
465 Op string
469 Net string
474 Source Addr
482 Addr Addr
486 Err error
489 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 {