You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of an error in the bindings we use SetErrorMessage in both the TSP and VRP worker to let NAN generate an Js Error for us. What we should add is not only a message but also a parse-able code, think:
{code: 'Timeout',message: 'Unable to find a solution, solver timed out'}
Implementation: in the async. workers override
voidHandleErrorCallback()
and generate a Js Error object.
The text was updated successfully, but these errors were encountered:
In case of an error in the bindings we use SetErrorMessage in both the TSP and VRP worker to let NAN generate an Js Error for us. What we should add is not only a message but also a parse-able code, think:
Implementation: in the async. workers override
and generate a Js Error object.
The text was updated successfully, but these errors were encountered: