package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Feb 23, 2026
License: Apache-2.0
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
¶
Package apierror defines shared HTTP error response types.
type Response struct {
Code string `json:"code"`
Message string `json:"message"`
}
Response represents a structured HTTP error response.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.