nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultProcessConnectionMaxErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_CONN_PROCESS_MAX
);

Arguments

None.

Return Values

Returns a result indicating the following error: "Maximum number of connections that can be used by one process has been exceeded."

Description

Returns a result indicating the following error: "Maximum number of connections that can be used by one process has been exceeded."


CONFIDENTIAL