package
Version:
v0.0.0-...-d705234
Opens a new window with list of versions in this module.
Published: Jul 15, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
OK = 200
DefErr = 400
TokenErr = 401
Exception = 402
WrongReq = 422
SysErr = 500
TimesLimited = 512
)
type Errno struct {
Code int `json:"code"`
Msg string `json:"msg"`
IsNetErr uint8 `json:"is_net"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.