package
Version:
v0.0.0-...-7aaf587
Opens a new window with list of versions in this module.
Published: Mar 3, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type WebError struct {
Status int `json:"-"`
MessageForClient string `json:"message"`
RequestId uuid.UUID `json:"requestId"`
MessageForLog string `json:"-"`
Err error `json:"-"`
Details any `json:"details"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.