nn::http::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 parameter."

Description

Returns a Result indicating the following error: "Invalid parameter."


CONFIDENTIAL