toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
CorsErrorStatus
Cors
Error
Status
@
Serializable
data
class
CorsErrorStatus
(
val
corsError
:
CorsError
,
val
failedParameter
:
String
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Cors
Error
Status
Link copied to clipboard
constructor
(
corsError
:
CorsError
,
failedParameter
:
String
)
Properties
cors
Error
Link copied to clipboard
val
corsError
:
CorsError
(undocumented in the protocol definition)
failed
Parameter
Link copied to clipboard
val
failedParameter
:
String
(undocumented in the protocol definition)