puppeteer/new-docs/puppeteer.protocol.network.errorreason.md
2020-07-13 14:01:35 +01:00

709 B

Home > puppeteer > Protocol > Network > ErrorReason

Protocol.Network.ErrorReason type

Network level fetch failure reason.

Signature:

export type ErrorReason = ('Failed' | 'Aborted' | 'TimedOut' | 'AccessDenied' | 'ConnectionClosed' | 'ConnectionReset' | 'ConnectionRefused' | 'ConnectionAborted' | 'ConnectionFailed' | 'NameNotResolved' | 'InternetDisconnected' | 'AddressUnreachable' | 'BlockedByClient' | 'BlockedByResponse');