nn::http::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultFailToCreateCertStoreErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_SSL_FAIL_TO_CREATE_CERT_STORE
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Failed to create the SSL certificate store."

Description

Returns a Result indicating the following error: "Failed to create the SSL certificate store."


CONFIDENTIAL