nn::http::Connection::GetSslError Member Function

Syntax

nn::Result GetSslError(
     s32 * pResultCodeBuf
) const;

Arguments

Name Description
out pResultCodeBuf Buffer for storing errors.

Return Values

Returns the processing result.

Description

Gets errors that occurred during SSL communication. (Error codes are represented as nn::ssl::ResultCode values. The obtained value is the error code for the most recent error that occurred before this function was called.)

Revision History

2010/06/14
Initial version.

CONFIDENTIAL