nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultOutOfMemoryErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_OUT_OF_MEMORY
);

Arguments

None.

Return Values

Returns a result indicating the following error: "Memory allocation failure."

Description

Returns a result indicating the following error: "Memory allocation failure."


CONFIDENTIAL