chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

Add support for TrRouting INVALID_SCENARIO error code #984

Open greenscientist opened 2 weeks ago

greenscientist commented 2 weeks ago

TrRouting added a new INVALID_SCENARIO error code for routing request (https://github.com/chairemobilite/trRouting/commit/6bde986dab66709e476d4d97bb06b2c85c2edf60) we could add support for it in Transition.

Transition should really never get this error, as it should be managing the data properly. If we get this error, if should be quite fatal.