Struct mpi::error::Error [] [src]

pub struct Error {
    pub code: i32,
    pub string: &'static str,
}

Fields

code
string

Methods

impl Error

fn new(err: i32) -> Error

Creates new error container by converting error code into a string.