GetResult

nn::boss::NsaList::GetResult Member Function

Syntax

TaskResultCode GetResult(
     void
);

Parameters

None.

Return Values

Returns the task result code.

Description

Gets the result code for an NSA list download.

This function gets the result code for a call to the NsaList::Download function. For more information on result codes, see TaskResultCode.
Common Errors During Task Execution
(1) Infrastructure communications are cut:
HTTP_ERROR_RECV
HTTP_ERROR_CONNECT
(2) Connection to the server is lost (the server URL cannot be found):
HTTP_ERROR_CONNECT
(3) Connection to the server is lost (HTTPS negotiations have failed):
SSL_ERROR_FAILED
SSL_ERROR_VERIFY_COMMON_NAME
SSL_ERROR_VERIFY_ROOT_CA
SSL_ERROR_VERIFY_CHAIN
SSL_ERROR_VERIFY_DATE

Revision History

2011/10/27
Initial version.

CONFIDENTIAL