Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadRequest = New(400, "错误的请求参数", "bad request") ErrInternal = New(500, "系统内部错误", "internal server error") ErrUnimplemented = New(501, "功能尚未实现", "not implemented yet") ErrCodeExisted = New(550, "已存在相同编码", "code existed") ErrCodeNotFound = New(551, "未找到该编码", "code not found") ErrWrongPassword = New(560, "原密码错误", "wrong password") ErrMismatchPassword = New(561, "两次输入的密码不匹配", "passwords mismatch") ErrDatabase = New(562, "数据库内部错误", "db error") ErrNoSuchObject = New(563, "对象不存在", "no such object") ErrPermissionDenied = New(564, "对象不存在或无权查看", "no such object or no permission") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.