Enum gurobi::Error [] [src]

pub enum Error {
    FromAPI(Stringc_int),
    NulError(NulError),
    InconsitentDims,
}

The error type for operations in Gurobi Rust API

Variants

An exception returned from Gurobi C API

Inconsistent argument dimensions

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<NulError> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more