pub unsafe extern "C" fn otCliAppendResult(aError: otError)
Expand description

Write error code to the CLI console

If the @p aError is OT_ERROR_PENDING nothing will be outputted.

@param[in] aError Error code value.