Error handling strategy for structured output via ToolStrategy.
True: Catch all errors with default error templatestr: Catch all errors with this custom messagetype[Exception]: Only catch this exception type with default messagetuple[type[Exception], ...]: Only catch these exception types with default
messageCallable[[Exception], str]: Custom function that returns error messageFalse: No retry, let exceptions propagate