CommonEngineNotCreate constant
Description: The engine is not initialized and cannot call non-static functions.
Cause: Engine not created.
Solutions: Please call the createEngine
function to create the engine first, and then call the current function.
Implementation
static const int CommonEngineNotCreate = 1000001;