pl.wendigo.chrome.domain.security / CertificateErrorEvent

CertificateErrorEvent

data class CertificateErrorEvent : ProtocolEvent (source)

Represents event frames for Security.certificateError

There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.

Constructors

<init>

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

Represents event frames for Security.certificateError

Properties

errorType

val errorType: String

The type of the error.

eventId

val eventId: Int

The ID of the event.

requestURL

val requestURL: String

The url that was requested.

Inherited Functions

protocolDomain

fun protocolDomain(): String