nn::http::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultOutOfMemoryErr,
     detail::MakePermanentResult,
     Result::SUMMARY_OUT_OF_RESOURCE,
     ER_NOMEM
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Dynamic memory allocation failure."

Description

Returns a Result indicating the following error: "Dynamic memory allocation failure."


CONFIDENTIAL