Versions in this module Expand all Collapse all v0 v0.1.3 Feb 9, 2025 Changes in this version + type APIError struct + Body string + Message string + RawResponse *http.Response + StatusCode int + func NewAPIError(message string, statusCode int, body string, httpRes *http.Response) *APIError + func (e *APIError) Error() string + type ErrorResponse struct + Error_ *components.ErrorObject + func (e *ErrorResponse) Error() string + type RateLimitedResponse struct + Error_ *components.ErrorObject + Limits *components.LimitsObject + func (e *RateLimitedResponse) Error() string