Versions in this module Expand all Collapse all v1 v1.1.0 May 16, 2023 Changes in this version + const TOO_MANY_REQUEST_ERROR v1.0.0 May 15, 2023 Changes in this version + const INVALID_EMAIL_ERROR + const OK + const REUQEST_PARAM_ERROR + const SERVER_COMMON_ERROR + func IsCodeErr(errcode uint32) bool + func MapErrMsg(errcode uint32) string + type CodeError struct + func NewErrCode(errCode uint32) *CodeError + func NewErrCodeMsg(errCode uint32, errMsg string) *CodeError + func NewErrMsg(errMsg string) *CodeError + func (e *CodeError) Error() string + func (e *CodeError) GetErrCode() uint32 + func (e *CodeError) GetErrMsg() string