Python API - GurobiError#

class GurobiError#

Gurobi exception object. Upon catching an exception e, you can examine e.errno (an integer) or e.message (a string). A list of possible values for errno can be found in the Error Code table. message provides additional information on the source of the error.