This API response element represents an error in trip planning.
| name | data type | description |
|---|---|---|
| id | number | |
| msg | string | |
| message | Message | |
| missing | array of string | |
| noPath | boolean |
Example
{
"id" : 12345,
"msg" : "...",
"message" : "LOCATION_NOT_ACCESSIBLE",
"missing" : [ "...", "..." ],
"noPath" : true
}