chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.security.events / SecurityEvent / CertificateErrorEvent

CertificateErrorEvent

data class CertificateErrorEvent : SecurityEvent

Constructors

<init>

CertificateErrorEvent(eventId: Int, errorType: String, requestURL: String)

Properties

errorType

The type of the error.

val errorType: String

eventId

The ID of the event.

val eventId: Int

requestURL

The url that was requested.

val requestURL: String