Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorTooFrequent = saError.Error{Code: saError.BeDisplayedErrorCode, Msg: "操作太频繁"} ErrorParams = saError.Error{Code: saError.NormalErrorCode, Msg: "缺少必要参数"} ErrorData = saError.Error{Code: saError.NormalErrorCode, Msg: "数据有误"} ErrorEmpty = saError.Error{Code: saError.NormalErrorCode, Msg: "数据为空"} ErrorNotSupport = saError.Error{Code: saError.NormalErrorCode, Msg: "暂不支持"} ErrorNotExisted = saError.Error{Code: saError.BeDisplayedErrorCode, Msg: "不存在"} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.