nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultNotInitializedErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INVALID_STATE,
     ER_NOT_INITIALIZED
);

Arguments

None.

Return Values

Returns a Result indicating the following error: "Library not yet initialized."

Description

Returns a Result indicating the following error: "Library not yet initialized."


CONFIDENTIAL