chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.protocol
/
RequestNotSentException
Request
Not
Sent
Exception
class
RequestNotSentException
(
val
request
:
RequestFrame
,
cause
:
Throwable
?
)
:
Exception
(
source
)
An exception thrown when an error prevented sending a request via the Chrome web socket.
Members
Constructors
Request
Not
Sent
Exception
Link copied to clipboard
constructor
(
request
:
RequestFrame
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
request
Link copied to clipboard
val
request
:
RequestFrame