nn::ssl::NN_DEFINE_RESULT_CONST_LM Function

Syntax

NN_DEFINE_RESULT_CONST_LM(
     ResultNotImplementedErr,
     detail::MakePermanentResult,
     Result::SUMMARY_INTERNAL,
     nn::Result::DESCRIPTION_NOT_IMPLEMENTED
);

Arguments

None.

Return Values

Returns a result indicating the following error: "Process not yet implemented."

Description

Returns a result indicating the following error: "Process not yet implemented." This is an internal implementation error.


CONFIDENTIAL