chrome-devtools-kotlin
5.1.0-1165014
common
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
)
(
source
)
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
error
Message
Link copied to clipboard
val
errorMessage
:
String
line
Number
Link copied to clipboard
val
lineNumber
:
Int
registration
Id
Link copied to clipboard
val
registrationId
:
RegistrationID
source
URL
Link copied to clipboard
val
sourceURL
:
String
version
Id
Link copied to clipboard
val
versionId
:
String