errno

package
v0.0.1-rc01 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SystemErr       = &luchen.Errno{HTTPCode: 500, Code: 500, Msg: "系统错误"}
	ArgsErr         = &luchen.Errno{HTTPCode: 400, Code: 400, Msg: "参数错误"}
	UnauthorizedErr = &luchen.Errno{HTTPCode: 401, Code: 401, Msg: "Unauthorized"}
	ForbiddenErr    = &luchen.Errno{HTTPCode: 403, Code: 403, Msg: "Forbidden"}
)
View Source
var (
	PasswordErr     = &luchen.Errno{HTTPCode: 401, Code: 10000, Msg: "密码错误"}
	UserNotExistErr = &luchen.Errno{HTTPCode: 401, Code: 10001, Msg: "用户不存在"}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL