Molybden API
|
The BrowserDelegates::onCertError action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
std::shared_ptr< Browser > | browser |
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. | |
The BrowserDelegates::onCertError action arguments.