Interface: ToolError
Makaio Framework / tools-core / ToolError
Interface: ToolError
Section titled “Interface: ToolError”Defined in: ../../../tools/core/src/types.ts:99
Structured error returned from failed tool executions.
Properties
Section titled “Properties”code:
string
Defined in: ../../../tools/core/src/types.ts:101
Error code for programmatic handling
details?
Section titled “details?”
optionaldetails?:unknown
Defined in: ../../../tools/core/src/types.ts:105
Optional additional error context
message
Section titled “message”message:
string
Defined in: ../../../tools/core/src/types.ts:103
Human-readable error message