This API response element represents an error in trip planning.
name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
id | int | element | 1/1 | required | ||
message | message | element | 0/1 | |||
missing | list of string | element | 0/unbounded | the list of point names which cannot be found (from, to, intermediate.n) | ||
msg | string | element | 0/1 | |||
noPath | boolean | element | 1/1 | required | whether no path has been found |
Example
<p-----> <id>...</id> <msg>...</msg> <message>...</message> <missing>...</missing> <noPath>...</noPath> </p----->