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

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

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