read_error_report
Extract the problem signature from a Windows Error Reporting .wer file, including faulting application, module, offset, and exception code details.
Instructions
Read one Windows Error Reporting report.
Returns the problem signature: the faulting application and version, the faulting module and version, the offset into it, and the exception code with its meaning.
Args: path: Path to a .wer file, from list_error_reports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |