package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 5, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package errors provides error types for arc
type APIError struct {
Code int `json:"code"`
Message string `json:"message"`
}
APIError represents an API error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.