Code: Select all
{"Message": "Error calling StartOptimization:
{"description":"A product-specific restriction is exceeded.",
"errorCode":"ROUTEOPTIMIZATION_RESTRICTION_EXCEEDED","causes":
[ {"description":"The maximum number of concurrent optimizations is exceeded.",
"errorCode":"ROUTEOPTIMIZATION_NUMBER_OF_OPTIMIZATIONS_EXCEEDED",
"details":{"limit":1}
} ] }"}
In other services you'd simply be queued - in PTV Optiflow Developer API you get immediately rejected with the code above.