Versions in this module Expand all Collapse all v0 v0.2.3 Jun 7, 2024 v0.2.2 Jun 1, 2024 Changes in this version + type SDKError struct + Body string + Message string + RawResponse *http.Response + StatusCode int + func NewSDKError(message string, statusCode int, body string, httpRes *http.Response) *SDKError + func (e *SDKError) Error() string