Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2023 Changes in this version + var CheckError = func(err error) error + func CheckErrorf(format string, a ...interface{}) error + func CheckResponseStatus(resp *http.Response, expectedStatusCodes ...int) error + func CheckResponseStatusWithBody(resp *http.Response, body []byte, expectedStatusCodes ...int) error + func GenerateResponseError(status, body string) error + type OnErrorHandler func(error) error