| 69 | /** Tool invocation was rejected because a workspace `tool_policy` rule with |
| 70 | * `action: "block"` matched. `pattern` is the matched policy pattern. */ |
| 71 | export class ToolBlockedError extends Schema.TaggedErrorClass<ToolBlockedError>()( |
| 72 | "ToolBlockedError", |
| 73 | { |
| 74 | address: ToolAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected