Skip to main content

ImageSourceError

Type Alias ImageSourceError 

Source
pub type ImageSourceError = IntegrationError;
Expand description

Errors from image-source requests.

Aliased Type§

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