Versions in this module Expand all Collapse all v0 v0.1.0 Jan 24, 2024 Changes in this version + type Error struct + JSON errorJSON + 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) (err error)