8a099a0c2c
The former is not understood by TSDoc.
20 lines
489 B
Markdown
20 lines
489 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [HTTPRequest](./puppeteer.httprequest.md) > [failure](./puppeteer.httprequest.failure.md)
|
|
|
|
## HTTPRequest.failure() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
failure(): {
|
|
errorText: string;
|
|
} | null;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
{ errorText: string; } \| null
|
|
|
|
{<!-- -->?<!-- -->{<!-- -->errorText: string<!-- -->}<!-- -->}
|
|
|