| Modifier and Type | Method and Description |
|---|---|
void |
Network.continueInterceptedRequest(String interceptionId,
ErrorReason errorReason,
String rawResponse,
String url,
String method,
String postData,
Map<String,Object> headers,
AuthChallengeResponse authChallengeResponse)
Deprecated.
|
void |
Fetch.failRequest(String requestId,
ErrorReason errorReason)
Causes the request to fail with specified reason.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorReason |
RequestPaused.getResponseErrorReason()
Response error if intercepted at response stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestPaused.setResponseErrorReason(ErrorReason responseErrorReason)
Response error if intercepted at response stage.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorReason |
RequestIntercepted.getResponseErrorReason()
Deprecated.
Response error if intercepted at response stage or if redirect occurred while intercepting
request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestIntercepted.setResponseErrorReason(ErrorReason responseErrorReason)
Deprecated.
Response error if intercepted at response stage or if redirect occurred while intercepting
request.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorReason |
ErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorReason[] |
ErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.