mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [ServiceWorker](./puppeteer.protocol.serviceworker.md) > [ServiceWorkerErrorMessage](./puppeteer.protocol.serviceworker.serviceworkererrormessage.md)
|
||
|
|
||
|
## Protocol.ServiceWorker.ServiceWorkerErrorMessage interface
|
||
|
|
||
|
ServiceWorker error message.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface ServiceWorkerErrorMessage
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [columnNumber](./puppeteer.protocol.serviceworker.serviceworkererrormessage.columnnumber.md) | [integer](./puppeteer.protocol.integer.md) | |
|
||
|
| [errorMessage](./puppeteer.protocol.serviceworker.serviceworkererrormessage.errormessage.md) | string | |
|
||
|
| [lineNumber](./puppeteer.protocol.serviceworker.serviceworkererrormessage.linenumber.md) | [integer](./puppeteer.protocol.integer.md) | |
|
||
|
| [registrationId](./puppeteer.protocol.serviceworker.serviceworkererrormessage.registrationid.md) | [RegistrationID](./puppeteer.protocol.serviceworker.registrationid.md) | |
|
||
|
| [sourceURL](./puppeteer.protocol.serviceworker.serviceworkererrormessage.sourceurl.md) | string | |
|
||
|
| [versionId](./puppeteer.protocol.serviceworker.serviceworkererrormessage.versionid.md) | string | |
|
||
|
|