IRegexpParseError¶
Error from parsing or compiling an invalid I-Regexp pattern. Covers both parse-time errors (invalid syntax) and compile-time errors (e.g., pattern too complex for NFA state limit).
Constructors¶
create¶
Parameters¶
Returns¶
- IRegexpParseError val^
Public fields¶
let message: String val¶
let offset: USize val¶
Public Functions¶
string¶
Returns¶
- String iso^