nn::http::Connection::GetSslError Member Functionnn::Result GetSslError( s32 * pResultCodeBuf ) const;
| Name | Description | |
|---|---|---|
| out | pResultCodeBuf | Buffer for storing errors. |
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.)
CONFIDENTIAL