nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultFailToGetServerCert,
     detail::MakePermanentResult,
     Result::SUMMARY_SUCCESS,
     EGET_SERVER_CERT
);

Arguments

None.

Return Values

Returns a result that indicates the following error: "Failed to store the certificate data in the buffer. (This occurs when the certificate size in an argument-specified call to the DoHandshake function is larger than the buffer.)"

Description

Returns a result that indicates the following error: "Failed to store the certificate data in the buffer. (This occurs when the certificate size in an argument-specified call to the DoHandshake function is larger than the buffer.)"


CONFIDENTIAL