nn::http::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultConnectionStatusErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_CONN_STATUS
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Invalid connection status."

Description

Returns a Result indicating the following error: "Invalid connection status." (For example, this Result might be returned if the functions in the API were called in an improper order.)


CONFIDENTIAL