CertificateError

@Serializable
data class CertificateError(val eventId: Int, val errorType: String, val requestURL: String) : SecurityEvent

Deprecated

Deprecated in the Chrome DevTools protocol

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.

Official doc

Constructors

Link copied to clipboard
constructor(eventId: Int, errorType: String, requestURL: String)

Properties

Link copied to clipboard

The type of the error.

Link copied to clipboard

The ID of the event.

Link copied to clipboard

The url that was requested.