Enum gurobi::error::Error [] [src]

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

The error type for operations in Gurobi Rust API.

Variants

NotImplemented

This function has yet implemented

FromAPI(Stringc_int)

An exception returned from Gurobi C API

NulError(NulError)

See https://doc.rust-lang.org/std/ffi/struct.NulError.html

InconsitentDims

Inconsistent argument dimensions

StringConversion

String conversion error

Trait Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.