crypto/tls.permanentError.err (field)
5 uses
crypto/tls (current package)
conn.go#L173: err net.Error
conn.go#L176: func (e *permanentError) Error() string { return e.err.Error() }
conn.go#L177: func (e *permanentError) Unwrap() error { return e.err }
conn.go#L178: func (e *permanentError) Timeout() bool { return e.err.Timeout() }
conn.go#L183: hc.err = &permanentError{err: e}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)