# Functions
NewHTTPDoError creates a new HTTPDoError.
NewReadResponseError creates a new ReadResponseError.
No description provided by the author
NewUnexpectedStatusCodeError creates a new UnexpectedStatusCodeError.
NewUnmarshalError creates a new UnmarshalError.
# Structs
HTTPDoError uses with `(http.Client).Do` error.
ReadResponseError use with `io.ReadAll` when reading response body.
UnexpectedStatusCodeError use when the status of the response is unexpected but there is no API error type.
UnmarshalError uses with `json.Unmarshal` or `xml.Unmarshal` when reading response body.