Versions in this module Expand all Collapse all v0 v0.1.0 Apr 12, 2026 Changes in this version + func ToolError(err *APIError) string + type APIError struct + Code string + Message string + StatusCode int + func ParseAPIError(statusCode int, body []byte) *APIError + func (e *APIError) Error() string