Skip to content

dag-core / Exports / INodeError

Interface: INodeError

OpenAPI: NodeError schema

Table of contents

Properties

Properties

type

type: string

Defined in

types/prompt-types.ts:45


message

message: string

Defined in

types/prompt-types.ts:46


details

details: string

Defined in

types/prompt-types.ts:47


extra_info

extra_info: Record<string, unknown>

Defined in

types/prompt-types.ts:48

Released under the MIT License.