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

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

The error type for operations in Gurobi Rust API.

Variants

NotImplemented

This function has yet implemented

FromAPI

An exception returned from Gurobi C API

NulError
InconsitentDims

Inconsistent argument dimensions

StringConversion

String conversion error

Trait Implementations

Derived Implementations

impl Debug for Error
[src]

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

Formats the value using the given formatter.