I am in the process of replacing integer return codes with the new ErrorCode enumeration in the common package. For now, there are only two error codes, ERROR_CODE_SUCCESS and ERROR_CODE_FAILURE but we can add others as they make sense.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am in the process of replacing integer return codes with the new ErrorCode enumeration in the common package. For now, there are only two error codes, ERROR_CODE_SUCCESS and ERROR_CODE_FAILURE but we can add others as they make sense.
The network and common packages have mostly been converted. Work will now be focused on cleaning up and converting the gui package.