993 B
993 B
Home > puppeteer > Protocol > Media > PlayerError
Protocol.Media.PlayerError interface
Corresponds to kMediaError
Signature:
export interface PlayerError
Properties
Property | Type | Description |
---|---|---|
errorCode | string | When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance. This also seems like a duplicate of the error level enum - there is a todo bug to have that level removed and use this instead. (crbug.com/1068454) |
type | ('pipeline_error' | 'media_error') |