package
Version:
v1.10.0
Opens a new window with list of versions in this module.
Published: Nov 22, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
MakeErrorResponse writes error response to http body
type ErrorResponse struct {
XMLName xml.Name `xml:"Error"`
Code int32 `xml:"Code"`
Message string `xml:"Message"`
}
ErrorResponse is used in gateway error response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.