referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_sdk_frame::runtime::apis::Result

pub type Result = Result<(), String>;
Expand description

The result type alias, used in build methods. Err contains formatted error message.

Aliased Type§

enum Result {
    Ok(()),
    Err(String),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(String)

Contains the error value