Interface EsEvaluationErrorOptions

Generated code evaluation error options.

Hierarchy

  • ErrorOptions
    • EsEvaluationErrorOptions

Properties

cause?: unknown
evaluatedCode: string

Evaluated source code caused the error.

isSyntaxError?: boolean

Whether the error caused by syntax error within evaluated code.

Default Value

false

Generated using TypeDoc