2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: HTTPRequest.abortErrorReason
|
|
|
|
---
|
|
|
|
# HTTPRequest.abortErrorReason() method
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class HTTPRequest {abortErrorReason(): Protocol.Network.ErrorReason | null;}
|
|
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
Protocol.Network.ErrorReason \| null
|
|
|
|
|
|
|
|
the most recent reason for aborting the request
|
|
|
|
|