kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Audits
/
FailedRequestInfo
Failed
Request
Info
@
Serializable
data
class
FailedRequestInfo
(
val
url
:
String
,
val
failureMessage
:
String
,
val
requestId
:
String
?
=
null
)
Members
Constructors
Failed
Request
Info
Link copied to clipboard
constructor
(
url
:
String
,
failureMessage
:
String
,
requestId
:
String
?
=
null
)
Properties
failure
Message
Link copied to clipboard
val
failureMessage
:
String
The failure message for the failed request.
request
Id
Link copied to clipboard
val
requestId
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String
The URL that failed to load.