kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp
/
CDPException
CDPException
class
CDPException
(
val
method
:
String
,
val
code
:
Int
,
val
originalMessage
:
String
,
val
data
:
String
?
)
:
Exception
An error returned from the browser.
Members
Constructors
CDPException
Link copied to clipboard
constructor
(
method
:
String
,
code
:
Int
,
originalMessage
:
String
,
data
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
data
Link copied to clipboard
val
data
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
method
Link copied to clipboard
val
method
:
String
original
Message
Link copied to clipboard
val
originalMessage
:
String