Skip to main content

RuntimeErrorInfo

Type Alias RuntimeErrorInfo 

Source
pub type RuntimeErrorInfo<Addr = AbsoluteAddr> = RuntimeErrorInfo<Addr>;

Aliased Type§

pub struct RuntimeErrorInfo<Addr = AbsoluteAddr> {
    pub message: String,
    pub signals: Vec<Addr>,
}

Fields§

§message: String§signals: Vec<Addr>