The docs for net have a lot of Temporary and Timeout error methods in them, but the package level docs don't contain a discussion of what those errors mean. The Temporary methods are mentioned in blog post about error handling but don't actually describe their meaning in detail.
And then for the errors types specifically, if an error type have both Temporary and Timeout, it'd be nice to document if both can be true at once and what that means semantically. (This originally cropped up when trying to explain if and when an error in a lower-level network protocol would or would not be counted against a rate limit in a higher-level one.)
The docs for
nethave a lot ofTemporaryandTimeouterror methods in them, but the package level docs don't contain a discussion of what those errors mean. TheTemporarymethods are mentioned in blog post about error handling but don't actually describe their meaning in detail.And then for the errors types specifically, if an error type have both
TemporaryandTimeout, it'd be nice to document if both can be true at once and what that means semantically. (This originally cropped up when trying to explain if and when an error in a lower-level network protocol would or would not be counted against a rate limit in a higher-level one.)