Skip to content

ToolErrorCode

type ToolErrorCode = "INVALID_PARAMS" | "UNKNOWN_TOOL" | "TOOL_ERROR" | "BAD_REQUEST";

Stable machine-readable error codes the SDK emits.