Type Alias tea_sdk::tapp::error::Error

pub type Error = RuntimeTappError;

Aliased Type§

enum Error {
    StatementTypeParse(StatementTypeParse),
    Errors(Errors),
}

Variants§

§

StatementTypeParse(StatementTypeParse)

§

Errors(Errors)