CertificateErrorParameter

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

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

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.