package
Version:
v0.0.0-...-fefde71
Opens a new window with list of versions in this module.
Published: Nov 10, 2024
License: GPL-3.0
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
¶
New creates a new error with a code.
Wrap wraps an error with a code.
type Error struct {
StatusCode int `json:"status_code"`
Code int `json:"code"`
Err error `json:"error"`
}
Error is a custom error type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.