package
Version:
v1.1.11
Opens a new window with list of versions in this module.
Published: Nov 27, 2019
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrUnauthorized = New(401, "Unauthorized")
ErrForbidden = New(403, "Forbidden")
ErrInternalError = New(500, "Internal Error")
)
type Error struct {
Code int `json:"code,omitempty"`
Message string `json:"msg,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.