Skip to content

Interface: ToolError

Makaio Framework


Makaio Framework / tools-core / ToolError

Defined in: ../../../tools/core/src/types.ts:99

Structured error returned from failed tool executions.

code: string

Defined in: ../../../tools/core/src/types.ts:101

Error code for programmatic handling


optional details?: unknown

Defined in: ../../../tools/core/src/types.ts:105

Optional additional error context


message: string

Defined in: ../../../tools/core/src/types.ts:103

Human-readable error message