mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
608 B
Markdown
20 lines
608 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Media](./puppeteer.protocol.media.md) > [PlayerErrorType](./puppeteer.protocol.media.playererrortype.md)
|
||
|
|
||
|
## Protocol.Media.PlayerErrorType enum
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export const enum PlayerErrorType
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| Media\_error | <code>'media_error'</code> | |
|
||
|
| Pipeline\_error | <code>'pipeline_error'</code> | |
|
||
|
|