= {
"success (sum of squares below underflow limit)",
"success (the relative error in the sum of squares is at most tol)",
"success (the relative error between x and the solution is at most tol)",
"success (both errors are at most tol)",
"trapped by degeneracy (fvec is orthogonal to the columns of the jacobian)",
"timeout (number of calls to fcn has reached maxcall*(n+1))",
"failure (ftol<tol: cannot reduce sum of squares any further)",
"failure (xtol<tol: cannot improve approximate solution any further)",
"failure (gtol<tol: cannot improve approximate solution any further)",
"exception (not enough memory)",
"fatal coding error (improper input parameters)",
"exception (break requested within function evaluation)"
}