Skip to content

IRegexpParseError

[Source]

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).

class val IRegexpParseError

Constructors

create

[Source]

new val create(
  message': String val,
  offset': USize val)
: IRegexpParseError val^

Parameters

Returns


Public fields

let message: String val

[Source]


let offset: USize val

[Source]


Public Functions

string

[Source]

fun box string()
: String iso^

Returns