Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 947 Bytes

Error.md

File metadata and controls

17 lines (14 loc) · 947 Bytes

# Error

Properties

Name Type Description Notes
id int A unique identifier for this error. [optional]
percentage double 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]
last_seen string The last time this error was seen (ISO 8601 timestamp). [optional]
description string Description of the error. [optional]
count int The total number of views that experienced this error. [optional]
code int The error code [optional]
player_error_code string The string version of the error code [optional]

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