| 62 | /** Tool invocation was rejected because a workspace `tool_policy` rule with |
| 63 | * `action: "block"` matched. `pattern` is the matched policy pattern. */ |
| 64 | export class ToolBlockedError extends Schema.TaggedErrorClass<ToolBlockedError>()( |
| 65 | "ToolBlockedError", |
| 66 | { |
| 67 | address: ToolAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected