Error code standardization

This commit is contained in:
skiffer-git
2023-01-04 17:22:55 +08:00
parent 5a2a57c706
commit 86bf207e02
34 changed files with 490 additions and 452 deletions
+3 -2
View File
@@ -8,8 +8,9 @@ import (
)
type ErrInfo struct {
ErrCode int32
ErrMsg string
ErrCode int32
ErrMsg string
WrapErrMsg string
}
func (e ErrInfo) Error() string {