WeeklyErrorStatistics
Gets a list of users and the count of each error type they have encountered in the past 7 days
テーブル固有の情報
Select
Note: すべてのフィルター可能なカラムは、'=' 演算子で指定する必要があります。
ユーザーのリストと、ユーザーが過去7日間に遭遇した各エラータイプの発生回数を取得します。
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 |