Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFailedToBuildRequest indicates the request failed to build. The fetch never occurred. ErrFailedToBuildRequest = errors.New("failed to build request") // ErrFailedToFetch indicates the fetch failed. ErrFailedToFetch = errors.New("failed to fetch") // ErrUnexpectedResult indicates the fetch returned an unexpected result. ErrUnexpectedResult = errors.New("unexpected result") // ErrMissingBody indicates the fetch returned a nil body. ErrMissingBody = errors.New("missing body") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.