```ts
type ToolResultStatus = "success" | "error";
```

Defined in: [src/tools/types.ts:7](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/tools/types.ts#L7)

Status of a tool execution. Indicates whether the tool executed successfully or encountered an error.