Class DirectTCPSocketChunkError
java.lang.Object
org.openqa.selenium.devtools.v137.network.model.DirectTCPSocketChunkError
Fired when there is an error
when writing to tcp direct socket stream.
For example, if user writes illegal type like string
instead of ArrayBuffer or ArrayBufferView.
There's no reporting for reading, because
we cannot know errors on the other side.
-
Constructor Summary
ConstructorsConstructorDescriptionDirectTCPSocketChunkError(RequestId identifier, String errorMessage, MonotonicTime timestamp) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DirectTCPSocketChunkError
public DirectTCPSocketChunkError(RequestId identifier, String errorMessage, MonotonicTime timestamp)
-
-
Method Details
-
getIdentifier
-
getErrorMessage
-
getTimestamp
-