data class CertificateErrorEvent : SecurityEvent
<init> |
CertificateErrorEvent(eventId: Int, errorType: String, requestURL: String) |
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 |