Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ToolExitCode

import type { ToolExitCode } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Exit code from a tool execution.

interface ToolExitCode {
number?: number;
}

§Properties

§
number?: number
[src]

Tool execution exit code. A value of 0 means that the execution was successful. - In response: always set - In create/update request: always set