Interface PostToolUseFailureHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PostToolUseFailureHandler
Handler for post-tool-use-failure hooks.

This hook is called after a tool execution whose result was a failure. PostToolUseHandler only fires for successful tool executions; register this handler in addition to observe failed tool calls.

Since:
1.3.0