Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 961 Bytes

Error.md

File metadata and controls

18 lines (14 loc) · 961 Bytes

Error

Properties

Name Type Description Notes
id int A unique identifier for this error. [optional]
percentage float The percentage of views that experienced this error. [optional]
notes str Notes that are attached to this error. [optional]
message str The error message. [optional]
last_seen str The last time this error was seen (ISO 8601 timestamp). [optional]
description str 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 str The string version of the error code [optional]

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