DailyErrorStatistics
Retrieve the count of each error users have encountered in the current day.
Select
Note: Filters provided with one of the supported operators listed in the "Operators" column are processed server-side, all the other filters are processed client-side.
SELECT * FROM DailyErrorStatistics WHERE ErrorCode='610'
Columns
| Name | Type | Operators | Description |
| Date | Date | The date when the error was encountered. | |
| ErrorCode | String | The error code. | |
| Count | Int | The error count for the particular error code. |