Documentation
¶
Overview ¶
Package neterr defines interfaces for network error handling.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeoutError ¶
type TimeoutError interface {
Timeout() bool
}
TimeoutError is an interface for errors that can indicate a timeout. This is compatible with net.Error's Timeout() method.
Click to show internal directories.
Click to hide internal directories.