Scan Errors
Scan Errors page display elaborate information on failed scans.

Following table provides the full description of each field:
| Column Name | Description |
|---|---|
| Display Path | The user-friendly or formatted representation of the resource path being accessed. |
| Path | The actual system path or identifier of the resource targeted by the remote API. (Often matches Display Path) |
| Status | The result of the retrieval attempt. Possible values are FAILED, SUCCESS, IN_PROGRESS. |
| Error Code | The HTTP status code or internal error code indicating the failure type (e.g., 429 for too many requests). |
| Error Message | Detailed message describing the error, typically including HTTP method, endpoint, and server response (often JSON format). |
| Occurred At | Timestamp when the error occurred. |
| Retry Attempt | The number of times the system has retried the failed request. |
| Next Retry At | The scheduled timestamps for the next retry attempt. |
| Id | A unique identifier for the failed retrieval attempt, often combining multiple related IDs (like configuration, scan, container, etc.). |
| Configuration Id | Identifier for the specific configuration used during the retrieval attempt. |
| Connector Type | The type of connector or integration used for access (e.g., GMAIL). |
| Container Id | Identifier for the container (container is a common name for file, directory, user, group, email, etc). |
| Page Token | Token used for pagination if the retrieval is part of a multi-page operation. May be empty if not applicable. |
| Last Updated At | Timestamp of the last update to this failure record. For example, after a retry or error status change. |
| Parent Id | Identifier for the parent container |
| Scan Id | Identifier for the scanning operation this failure was part of. |