Package io.webfolder.cdp.event.security
Class CertificateError
java.lang.Object
io.webfolder.cdp.event.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of the error.The ID of the event.The url that was requested.void
setErrorType
(String errorType) The type of the error.void
setEventId
(Integer eventId) The ID of the event.void
setRequestURL
(String requestURL) The url that was requested.toString()
-
Constructor Details
-
CertificateError
public CertificateError()
-
-
Method Details