Struct cdp::security::CertificateErrorEvent [] [src]

pub struct CertificateErrorEvent<'a> {
    pub event_id: i32,
    pub error_type: Cow<'a, str>,
    pub request_url: Cow<'a, str>,
}

[Experimental] 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.

Event Security.certificateError

Domain Module: cdp::security
Event Struct: cdp::security::CertificateErrorEvent

Fields

The ID of the event.

The type of the error.

The url that was requested.

Trait Implementations

impl<'a> Clone for CertificateErrorEvent<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for CertificateErrorEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for CertificateErrorEvent<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> CdpEvent for CertificateErrorEvent<'a>
[src]

EVENT_NAME: &'static str = "Security.certificateError"

impl<'a> SerializeCdpEvent for CertificateErrorEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for CertificateErrorEvent<'a>
[src]

[src]