toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.serviceworker
/
ServiceWorkerErrorMessage
Service
Worker
Error
Message
@
Serializable
data
class
ServiceWorkerErrorMessage
(
val
errorMessage
:
String
,
val
registrationId
:
RegistrationID
,
val
versionId
:
String
,
val
sourceURL
:
String
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
ServiceWorker error message.
Official doc
Members
Constructors
Service
Worker
Error
Message
Link copied to clipboard
constructor
(
errorMessage
:
String
,
registrationId
:
RegistrationID
,
versionId
:
String
,
sourceURL
:
String
,
lineNumber
:
Int
,
columnNumber
:
Int
)
Properties
column
Number
Link copied to clipboard
val
columnNumber
:
Int
(undocumented in the protocol definition)
error
Message
Link copied to clipboard
val
errorMessage
:
String
(undocumented in the protocol definition)
line
Number
Link copied to clipboard
val
lineNumber
:
Int
(undocumented in the protocol definition)
registration
Id
Link copied to clipboard
val
registrationId
:
RegistrationID
(undocumented in the protocol definition)
source
URL
Link copied to clipboard
val
sourceURL
:
String
(undocumented in the protocol definition)
version
Id
Link copied to clipboard
val
versionId
:
String
(undocumented in the protocol definition)