gurobipy.GurobiError#
- class GurobiError#
Gurobi exception object. Upon catching an exception
e
, you can examinee.errno
(an integer) ore.message
(a string). A list of possible values forerrno
can be found in the Error Code table.message
provides additional information on the source of the error.