Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1008 Bytes

Error.md

File metadata and controls

18 lines (14 loc) · 1008 Bytes

Mux.Csharp.Sdk.Model.Error

Properties

Name Type Description Notes
Id long 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]
LastSeen string The last time this error was seen (ISO 8601 timestamp). [optional]
Description string Description of the error. [optional]
Count long The total number of views that experienced this error. [optional]
Code long? The error code [optional]
PlayerErrorCode string The string version of the error code [optional]

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