Skip to content

agent-playground / Exports / IErrorInfo

Interface: IErrorInfo

Table of contents

Properties

Properties

type

type: "syntax" | "runtime" | "api" | "configuration" | "import"

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:18


severity

severity: "error" | "warning" | "info"

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:19


message

message: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:20


line

Optional line: number

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:21


column

Optional column: number

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:22


stack

Optional stack: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:23


code

Optional code: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:24


suggestions

Optional suggestions: string[]

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:25


documentation

Optional documentation: string

Defined in

agent-playground/src/lib/playground/code-executor-types.ts:26

Released under the MIT License.