Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 904 Bytes

Error.md

File metadata and controls

17 lines (13 loc) · 904 Bytes

Error

Properties

Name Type Description Notes
Id int64 A unique identifier for this error. [optional]
Percentage float64 The percentage of views that experienced this error. [optional]
Notes string Notes that are attached to this error. [optional]
Message string The error message. [optional]
LastSeen string The last time this error was seen (ISO 8601 timestamp). [optional]
Description string Description of the error. [optional]
Count int64 The total number of views that experienced this error. [optional]
Code int64 The error code [optional]

[Back to Model list] [Back to API list] [Back to README]