Versions in this module Expand all Collapse all v1 v1.10.1 Mar 16, 2021 v1.10.0 Mar 12, 2021 Changes in this version + type APIError struct + Body interface{} + Status int + func NewAPIError(status int, bodies ...interface{}) *APIError + func (ae *APIError) Error() string + func (ae *APIError) SetError(err error) *APIError + func (ae *APIError) SetErrorf(format string, a ...interface{}) *APIError