nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultInvalidParamErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_ARGUMENT,
     ER_INVALID_PARAM
);

Arguments

None.

Return Values

Returns a result indicating the following error: "Invalid argument."

Description

Returns a result indicating the following error: "Invalid argument."


CONFIDENTIAL