Searched refs:ERR_REGEX_STR_TOO_LONG (Results 1 – 4 of 4) sorted by relevance
99 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_…
568 std::string errMsg = ErrorCode2Str(ERR_REGEX_STR_TOO_LONG) + "\n";
506 return ERR_REGEX_STR_TOO_LONG; in RegexHandler()