Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeError

An error that occurred when parsing, compiling or executing a Code node.

Hierarchy

Index

Properties

errorMessage

errorMessage: string

Optional errorType

errorType: string

Optional id

id: string

Optional meta

meta: {}

Type declaration

  • [key: string]: any

Optional stackTrace

stackTrace: string

type

type: "CodeError"

Generated using TypeDoc