Versions in this module Expand all Collapse all v0 v0.20.0 Dec 9, 2025 Changes in this version + type Error struct + JSON struct{ ... } + Request *http.Request + Response *http.Response + StatusCode int + func (r *Error) DumpRequest(body bool) []byte + func (r *Error) DumpResponse(body bool) []byte + func (r *Error) Error() string + func (r *Error) UnmarshalJSON(data []byte) error + func (r Error) RawJSON() string