Recently i started to integrate PTV software with app that im working on and encountered few problems.
So i run default route query on default server configuration and in response this is what i get:
Code: Select all
{
"errorMessage": "linking to waypoint (zero-based index list: 0,1) failed",
"errorKey": "2530",
"exceptionType": "com.ptvag.xserver.xroute.XRouteException"
}
How can i understand rest of the information (the zero-based index part)?
Is there some kind of explanation what 0,1 and specific errorKey means?
Thanks in advance for your help.
PS Because im new to PTV dev environment i'll gladly accept any advice that will ease the learning curve.