ArkUiResult

Type Alias ArkUiResult 

Source
pub type ArkUiResult = Result<(), ArkUiErrorCode>;
Available on crate feature api-12 only.

Aliased Type§

pub enum ArkUiResult {
    Ok(()),
    Err(ArkUiErrorCode),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ArkUiErrorCode)

Contains the error value