Searched defs:timeoutError (Results 1 – 1 of 1) sorted by relevance
86 type timeoutError struct{} struct88 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }89 func (timeoutError) Timeout() bool { return true }90 func (timeoutError) Temporary() bool { return true }