nn::http::Connection::GetError Member Function

Syntax

nn::Result GetError(
     ResultCode * pResultCodeBuf
) const;

Arguments

Name Description
out pResultCodeBuf Buffer for storing errors.

Return Values

Returns the processing result.

Description

Gets errors that occurred during communication. (The value that is obtained indicates the last error that occurred. See the definitions in nn::http::ResultCode for information about the statuses that this function can return.)

Revision History

2010/06/14
Initial version.

CONFIDENTIAL