package
Version:
v0.0.0-...-101adb0
Opens a new window with list of versions in this module.
Published: Sep 18, 2023
License: MIT
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
¶
func NewErrorResponse(err error) interface{}
type Error struct {
Field string `json:"field"`
Messages []string `json:"messages"`
}
type ErrorResponse struct {
Code uint `json:"code"`
Message string `json:"message"`
Errors []Error `json:"errors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.