nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultProtocolFailedErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     EFAILED
);

Arguments

None.

Return Values

Returns a result that indicates the following error: "Error caused by SSL protocol failure (for example, when client certificate authentication fails on the server side)."

Description

Returns a result that indicates the following error: "Error caused by SSL protocol failure (for example, when client certificate authentication fails on the server side)."


CONFIDENTIAL