mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
490 B
Markdown
20 lines
490 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
|
||
|
|
||
|
{<!-- -->?<!-- -->{<!-- -->errorText: string<!-- -->}<!-- -->}
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
failure(): {
|
||
|
errorText: string;
|
||
|
} | null;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
{ errorText: string; } \| null
|
||
|
|