package
Version:
v0.2.8
Opens a new window with list of versions in this module.
Published: Jan 13, 2020
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
¶
Returns validation errors
type Error struct {
Code int `json:"code"`
Message string `json:"message"`
Fields map[string]string `json:"fields,omitempty"`
}
type Response struct {
Error Error `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.