Closed mlipok closed 1 year ago
fixing error reporting
return point always return success
Return SetError(__WD_Error($sFuncName, $_WD_ERROR_Success), 0, $sValue)
returns proper $iErr
Return SetError(__WD_Error($sFuncName, $iErr), 0, $sValue)
none
not related
Pull request
Proposed changes
fixing error reporting
Checklist
Types of changes
What is the current behavior?
return point always return success
What is the new behavior?
returns proper $iErr
Additional context
none
System under test
not related