nn::http::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultNoSuchConnectionErr,
     detail::MakePermanentResult,
     Result::SUMMARY_NOT_FOUND,
     ER_CONN_NOSUCH
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Request for an operation on a nonexistent connection."

Description

Returns a Result indicating the following error: "Request for an operation on a nonexistent connection."


CONFIDENTIAL