22 lines
694 B
Markdown
22 lines
694 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Database](./puppeteer.protocol.database.md) > [Error](./puppeteer.protocol.database.error.md)
|
|
|
|
## Protocol.Database.Error interface
|
|
|
|
Database error.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface Error
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [code](./puppeteer.protocol.database.error.code.md) | [integer](./puppeteer.protocol.integer.md) | Error code. |
|
|
| [message](./puppeteer.protocol.database.error.message.md) | string | Error message. |
|
|
|