EngineLogNoWritePermission constant

int const EngineLogNoWritePermission

Description: No write permission to the log file.
Cause: App has no write permission to log file folder.
Solutions: Please check has grant write permission to App or not; check log folder is protected or not.

Implementation

static const int EngineLogNoWritePermission = 1001014;