> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Reporting

> Access the Error Reporting section for Web3 Action execution incidents. Filter incidents by parameters and re-run failed ones.

When your [Web3 Action](/monitoring/web3-actions/introduction) fails, the failure is recorded as an **Incident**. Incidents group failures by Action version and error: the first occurrence of an error creates a new incident, and repeated occurrences of the same error are added to it. You can access incidents in the Actions section in the main navigation tree, through the sub-tab **Error Reporting**:

<Frame caption="Opening the Error Reporting tab">
  <img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/web3-actions/error-reporting-1.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=dd537e3ffcc547ed5c7c3d8995a2ce0e" alt="Opening the Error Reporting tab" width="3276" height="2174" data-path="images/web3-actions/error-reporting-1.webp" />
</Frame>

You can filter the incidents by status as well as a date range.

<Frame caption="Filtering Web3 Action error reports">
  <img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/web3-actions/error-reporting-2.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=c46096617b3c3e15176bd3556ba00937" alt="Filtering Web3 Action error reports" width="3364" height="2262" data-path="images/web3-actions/error-reporting-2.webp" />
</Frame>

You can also change the incident status. Besides note-keeping and team collaboration, the status controls [failure email notifications](/monitoring/web3-actions/references/notifications#when-failure-emails-are-sent): incidents are never resolved automatically, and resolving one means you'll be emailed again if the same error reoccurs. When you open a specific incident, you will see each and every instance of your Action executing with all the info about how the execution went.

<Frame caption="Changing the incident status">
  <img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/web3-actions/error-reporting-3.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=90984e5752e5a464d4948ebd387042f3" alt="Changing the incident status" width="3364" height="2262" data-path="images/web3-actions/error-reporting-3.webp" />
</Frame>

You can also explore a detailed view for each of the incidents, and see the [execution status](/monitoring/web3-actions/references/execution), errors, payload, and logs for each individual execution of your Actions:

<Frame caption="Examining a Web3 Action incident in detail ">
  <img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/web3-actions/error-reporting-4.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=51608737faecf1478d3e044e3880ab4e" alt="Examining a Web3 Action incident in detail " width="3364" height="2262" data-path="images/web3-actions/error-reporting-4.webp" />
</Frame>

If you would like to test changes to your Action configuration through Execution History and see how changes to your Action would impact its previous executions, you can rerun single, multiple, or all of the incidents at any point.

<Frame caption="Re-running incident executions">
  <img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/web3-actions/error-reporting-5.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=83c3ff3864a38f361bf0b1463b9c4f68" alt="Re-running incident executions" width="3364" height="2262" data-path="images/web3-actions/error-reporting-5.webp" />
</Frame>
