package
Version:
v1.3.0-beta.4
Opens a new window with list of versions in this module.
Published: Jan 25, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
StatusCode int `json:"status_code"`
Message string `json:"message"`
ErrorCode int `json:"error_code"`
Details map[string]any `json:"details,omitempty"`
}
type APIErrorResponseBodyError struct {
StatusCode int `json:"status_code"`
Timestamp int `json:"timestamp"`
Error APIError `json:"error"`
TraceID string `json:"trace_id,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.