kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
ServiceWorker
/
ServiceWorkerErrorMessage
Service
Worker
Error
Message
@
Serializable
data
class
ServiceWorkerErrorMessage
(
val
errorMessage
:
String
,
val
registrationId
:
String
,
val
versionId
:
String
,
val
sourceURL
:
String
,
val
lineNumber
:
Int
,
val
columnNumber
:
Int
)
ServiceWorker error message.
Members
Constructors
Service
Worker
Error
Message
Link copied to clipboard
constructor
(
errorMessage
:
String
,
registrationId
:
String
,
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
:
String
source
URL
Link copied to clipboard
val
sourceURL
:
String
version
Id
Link copied to clipboard
val
versionId
:
String