What does Intel IPP status -190 (ippStsRegExpOptionsErr) mean?

 
Previous Next
ippStsVLCErr ippStsRegExpErr

ippStsRegExpOptionsErr

This status belongs to the deprecated Intel IPP regular-expression API. It is raised before matching, while compiling or configuring a Perl-compatible pattern, when the option set is outside the API contract.

Do not confuse it with a syntax error inside the pattern text. First inspect the options argument, wrapper flags, case-sensitivity mode, multiline handling, and any application-specific translation layer.

Useful diagnostics

  • Log the original option flags and the IPP-specific value passed to the API.
  • Check whether flags from another regex engine were copied directly.
  • Remember that the IPP RegExp API itself is deprecated in the referenced IPP documentation.

Intel IPP RegExp functions · Perl regular expression reference


Looking for a different code? Search another status or error code.