Searched refs:ERR_REGEX_STR_TOO_LONG (Results 1 – 4 of 4) sorted by relevance
128 ERR_REGEX_STR_TOO_LONG = -44, enumerator
129 …{ERR_REGEX_STR_TOO_LONG, ("Regular expression too long, max length is " + to_string(MAX_REGEX_STR_…
565 std::string errMsg = ErrorCode2Str(ERR_REGEX_STR_TOO_LONG) + "\n";
504 return ERR_REGEX_STR_TOO_LONG; in RegexHandler()