RecorderFilePathTooLong constant

int const RecorderFilePathTooLong

Description: The specified recorded file path is too long.
Cause: The specified recorded file path is too long. The maximum length should be less than 1024 bytes.
Solutions: Please specify recorded file path less than 1024 bytes.

Implementation

static const int RecorderFilePathTooLong = 1010011;