pl.wendigo.chrome.domain.fetch / FailRequestRequest

FailRequestRequest

data class FailRequestRequest (source)

Represents request frame that can be used with Fetch.failRequest method call.

Causes the request to fail with specified reason.

Constructors

<init>

FailRequestRequest(requestId: RequestId, errorReason: ErrorReason)

Represents request frame that can be used with Fetch.failRequest method call.

Properties

errorReason

val errorReason: ErrorReason

Causes the request to fail with the given reason.

requestId

val requestId: RequestId

An id the client received in requestPaused event.