Molybden API
Loading...
Searching...
No Matches
molybden::CertErrorArgs Struct Reference

The BrowserDelegates::onCertError action arguments. More...

#include <browser_delegates.hpp>

Public Attributes

std::shared_ptr< Browserbrowser
 The browser instance initiated this callback.
 
NetError error
 Returns the network error code which describes the reason of the certificate error.
 
std::string url
 Represents the URL of the request that required the client certificate selection.
 
bool is_main_frame
 Indicates whether the navigation is taking place in the main frame.
 
Certificate certificate
 The SSL certificate bound to the request which the certificate error occurred in.
 

Detailed Description

The BrowserDelegates::onCertError action arguments.


The documentation for this struct was generated from the following file: