Skip to main content

FocusError

Type Alias FocusError 

Source
pub type FocusError = IntegrationError;
Expand description

Errors from focus requests.

Aliased Type§

pub enum FocusError {
    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.