Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UnknownErrCode = err{0, "未知错误"} InternalErr = err{-1, "服务器内部错误"} Success = err{200, "successful"} // 成功 VerifyErr = err{401, "验证失败"} MetaCoderNotFound = err{402, "meta解码器未注册"} ProtoMsgIdNoHandles = err{403, "该协议未注册"} ServiceNotFound = err{404, "未找到该服务"} InvalidParam = err{412, "无效参数"} Overload = err{503, "请求超载"} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.