package
Version:
v1.4.1
Opens a new window with list of versions in this module.
Published: Nov 8, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
Message string `json:"message"`
Details string `json:"details"`
}
type APIResponse[T any] struct {
Data T `json:"data,omitempty"`
Error *APIError `json:"error,omitempty"`
}
User-friendly error response
Wrap multiple errors together
Source Files
¶
Click to show internal directories.
Click to hide internal directories.