nn::http::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultClientCertMaxErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_SSL_CLIENT_CERT_MAX
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Maximum number of simultaneously registerable SSL per-process client certificates already registered."

Description

Returns a Result indicating the following error: "Maximum number of simultaneously registerable SSL per-process client certificates already registered."


CONFIDENTIAL