chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.target.events
/
TargetEvent
/
TargetCrashed
Target
Crashed
@
Serializable
data
class
TargetCrashed
(
val
targetId
:
TargetID
,
val
status
:
String
,
val
errorCode
:
Int
)
:
TargetEvent
(
source
)
Issued when a target has crashed.
Official doc
Members
Constructors
Target
Crashed
Link copied to clipboard
constructor
(
targetId
:
TargetID
,
status
:
String
,
errorCode
:
Int
)
Properties
error
Code
Link copied to clipboard
val
errorCode
:
Int
Termination error code.
status
Link copied to clipboard
val
status
:
String
Termination status type.
target
Id
Link copied to clipboard
val
targetId
:
TargetID