RecorderWriteFileError constant

int const RecorderWriteFileError

Description: Write file failed.
Cause: No permissions to write file.
Solutions: Please specify a valid file path and has proper permissions to write.

Implementation

static const int RecorderWriteFileError = 1010014;