Certificate Error Event
data class CertificateErrorEvent(eventId: Int, errorType: String, requestURL: String) : Event
Content copied to clipboard
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
CertificateErrorEvent
Link copied to clipboard
fun CertificateErrorEvent(eventId: Int, errorType: String, requestURL: String)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard