nn::nex::ErrorCodeConverter::ConvertToNetworkErrorCode Member Function

Syntax

static qUnsignedInt32 ConvertToNetworkErrorCode(
     qUnsignedInt32 last
);

Parameters

Name Description
in last Value obtained with SystemError::GetLast function.

Return Values

Network error code.

Description

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.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL