StoredReportErrorRecord
Represents error records generated when a stored report fails to process, capturing the error code, description, and associated stored report.
Columns
| Name | Type | Description |
| createdDateTime | Datetime | The date and time when the stored report error record was created. |
| errorCode | String | The error code associated with this stored report error record. |
| errorDescription | String | The description of the error associated with this stored report error record. |
| href | String | The URL of the stored report error record resource. |
| id | String | The unique identifier of the stored report error record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the stored report error record. |
| reportType | String | The type of the stored report associated with this error record. |
| storedReport_Href | String | The URL of the stored report associated with this error record. |
| storedReport_Id | String | The Id of the stored report associated with this error record. |
| storedReport_Key | String | The system-assigned key of the stored report associated with this error record. |