Skip to main content

WebView2Error

Type Alias WebView2Error 

Source
pub type WebView2Error = IntegrationError;
Expand description

Errors from WebView2 integration requests.

Aliased Type§

pub enum WebView2Error {
    Native(i32),
    Unavailable,
}

Variants§

§

Native(i32)

A native operation failed with the given HRESULT value.

§

Unavailable

The target is not currently bound or cannot accept the request.