nn::http::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultConnectionHostMaxErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_CONN_HOST_MAX
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Maximum number of connections to same host exceeded."

Description

Returns a Result indicating the following error: "Maximum number of connections to same host exceeded."


CONFIDENTIAL