Versions in this module Expand all Collapse all v0 v0.17.0 Aug 6, 2025 Changes in this version + func Contains(e1, e2 error) bool + func Unwrap(err error) (error, error) + func Wrap(wrapper, err error) error + type Error interface + Err func() Error + Error func() string + MarshalJSON func() ([]byte, error) + Msg func() string + func New(text string) Error + type SDKError interface + StatusCode func() int + func CheckError(resp *http.Response, expectedStatusCodes ...int) SDKError + func NewSDKError(err error) SDKError + func NewSDKErrorWithStatus(err error, statusCode int) SDKError