Versions in this module Expand all Collapse all v0 v0.1.2 Sep 18, 2024 v0.1.1 Sep 18, 2024 Changes in this version + type Error struct + Code string + JSON errorJSON + Message string + Param string + Request *http.Request + Response *http.Response + StatusCode int + Type string + 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)