Versions in this module Expand all Collapse all v0 v0.0.2 Dec 9, 2021 v0.0.1 Oct 19, 2021 Changes in this version + var Cause = errors.Cause + func WrapAuthenticateFailErrorWithMsg(msg string, args ...interface{}) error + func WrapAuthorizateFailErrorWithMsg(msg string, args ...interface{}) error + func WrapDaoError(err error) error + func WrapDependentUnReadyErrorWithMsg(msg string, args ...interface{}) error + func WrapDirtyDataError(err error) error + func WrapDirtyDataErrorWithMsg(msg string, args ...interface{}) error + func WrapModelError(err error) error + func WrapModelErrorWithMsg(msg string, args ...interface{}) error + func WrapParamError(err error) error + func WrapParamErrorWithMsg(tip string, args ...interface{}) error + func WrapRecordExisted(topic ...string) error + func WrapRecordNotExist(topic ...string) error + type ResolveResult struct + ErrNo int + Msg string + Type string + func Resolve(err error) *ResolveResult + func (rr *ResolveResult) FullMsg() string + func (rr *ResolveResult) String() string