Error code standardization

test-errcode
skiffer-git 3 years ago
parent 425ba5946f
commit 4e9f4ecaff

@ -16,7 +16,7 @@ type ErrInfo struct {
}
func (e *ErrInfo) Error() string {
return e.ErrMsg
return "errMsg: " + e.ErrMsg + " detail errMsg: " + e.DetailErrMsg
}
func (e *ErrInfo) Code() int32 {

Loading…
Cancel
Save