WeeklyErrorStatistics
Gets a list of users and the count of each error type they have encountered in the past 7 days
Table Specific Information
Select
Note: All filterable columns must be specified using the '=' operator.
Retrieves a list of users and the count of each error type they have encountered in the past 7 days
SELECT * FROM WeeklyErrorStatistics
Columns
Name | Type | Filterable | Description |
Date | Date | The date when the user encountered error | |
Total | Integer | The total count of the errors | |
ErrorCode | String | The error code | |
ErrorCount | Integer | The error count for the particular error code |