playground / Exports / IErrorInfo
Interface: IErrorInfo
Table of contents
Properties
Properties
type
• type: "syntax" | "runtime" | "api" | "configuration" | "import"
Defined in
playground/src/lib/playground/code-executor.ts:28
severity
• severity: "error" | "warning" | "info"
Defined in
playground/src/lib/playground/code-executor.ts:29
message
• message: string
Defined in
playground/src/lib/playground/code-executor.ts:30
line
• Optional line: number
Defined in
playground/src/lib/playground/code-executor.ts:31
column
• Optional column: number
Defined in
playground/src/lib/playground/code-executor.ts:32
stack
• Optional stack: string
Defined in
playground/src/lib/playground/code-executor.ts:33
code
• Optional code: string
Defined in
playground/src/lib/playground/code-executor.ts:34
suggestions
• Optional suggestions: string[]
Defined in
playground/src/lib/playground/code-executor.ts:35
documentation
• Optional documentation: string