static qUnsignedInt32 ConvertToNetworkErrorCode( qUnsignedInt32 last );
Name | Description | |
---|---|---|
in | last | Value obtained with SystemError::GetLast function. |
Converts the value obtained by SystemError::GetLast
function into a network error code.
Converts the error value obtained by the SystemError::GetLast
function into a network error code. The converted values can be passed to the Error/EULA applet.
60000
is returned if an error value not defined by the NEX library is passed. This function converts SYSTEMERROR_XXX_XXXX
constants as defined by the NEX library into unique identifying codes, but not all codes need to be shown to the user as errors. See the reference manual and the programming manual to learn what error codes should be displayed.
CONFIDENTIAL