Closed dfieschko closed 2 years ago
When a user calls GetErrorMsg, they want a translation of their error code. If RP1210_GetErrorMsg returns a code, we don't want to translate that instead of ErrorMessage, since that's confusing.
Instead of:
return translateErrorCode(ret_code)
We should have:
return translateErrorCode(ErrorCode)
When a user calls GetErrorMsg, they want a translation of their error code. If RP1210_GetErrorMsg returns a code, we don't want to translate that instead of ErrorMessage, since that's confusing.
Instead of:
We should have: