We are currently trying to have a better handling of errors directly in our user interface but we are having some difficulties:
- - When we send, for example, a Transport Point with an error in its intervals, we get back the errorKey 10003 and a message:"Could not plan basic tours (Reason: Could not set transport order). Engine error: Invalid interval (code: -1005) in transport order 1."
- - If we now send two Transports points with error, say transport point with id of 1 with an error of A and a transport point with id of 2 and an error of B, we only get back the exception concerning the first transport order
Thanks in advance!