analyze_error_propagation
Identify unhandled errors and vulnerable error propagation paths across the codebase to improve error resilience.
Instructions
Analyze error handling patterns and exception propagation flows across the codebase. Identifies unhandled errors, error handling coverage, and vulnerable areas for improved error resilience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error_types | No | Filter by specific error handling types (optional - analyzes all types if not specified) | |
| min_confidence | No | Minimum confidence threshold for error pattern detection (default: 0.6) | |
| severity_filter | No | Filter by minimum severity level for unhandled error paths (optional) | |
| include_recommendations | No | Include error handling optimization recommendations (default: true) |