ParseError
sourceConstructors
new ParseError(message: string): ParseErrorsource
inherited from
Error.constructor
new ParseError(message: string, options: ErrorOptions): ParseErrorsource
inherited from
Error.constructor
Properties
cause: unknownsource
inherited from
Error.cause
message: stringsource
inherited from
Error.message
name: stringsource
inherited from
Error.name
stack: stringsource
inherited from
Error.stack
prepareStackTrace: Functionsource
inherited from
Error.prepareStackTrace
stackTraceLimit: numbersource
inherited from
Error.stackTraceLimit
Inherited methods
captureStackTrace(targetObject: object, constructorOpt: Function): voidsource
inherited from
Error.captureStackTrace
Create .stack property on a target object