---
title: "Tracking Response Code in Errors View"
slug: "tracking-response-code-in-errors-view"
updated: 2024-01-31T18:00:05Z
published: 2024-01-31T18:00:05Z
canonical: "docs.catchpoint.com/tracking-response-code-in-errors-view"
---

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

# Tracking Response Code in Errors View

For tests that have Tracepoint enabled, you can view and filter test errors by Tracepoint. The example below illustrates storing HTTP Status code using a Tracepoint and displaying it in the Errors view. This allows easy filtering of errors by specific HTTP status code, rather than the generic 40x or 50x error codes. 

The example below captures both the HTTP status code and its description.

For more information about configuring Tracepoints, please refer to this [article](https://docs.catchpoint.com/docs/insight-guide).

![meclip11.PNG](https://cdn.document360.io/cb4af8f9-6751-4fd2-b39c-07aae832badb/Images/Documentation/360053790232-meclip11.PNG)

The test must have Tracepoints selected under the Test Properties. 

![tp1.png](https://cdn.document360.io/cb4af8f9-6751-4fd2-b39c-07aae832badb/Images/Documentation/360096300372-tp1.png)

To filter the Tracepoint, select the corresponding Tracepoint under **Tracepoint Filter**.
<img src="https://cdn.document360.io/cb4af8f9-6751-4fd2-b39c-07aae832badb/Images/Documentation/115014073583-mceclip3.png" width="181" height="534" />

To filter Tracepoint values, click on the **List** button under the corresponding Tracepoint to select the values to display.
<img src="https://cdn.document360.io/cb4af8f9-6751-4fd2-b39c-07aae832badb/Images/Documentation/115013913246-mceclip4.png" width="773" height="180" />
