func()

in common/shenyu_error/shenyu_error.go [51:57]


func (err *ShenYuError) ErrorCode() string {
	if err.errorCode == "" {
		return constants.DEFAULT_CLIENT_ERRORCODE
	} else {
		return err.errorCode
	}
}