plannerError Data Type

This API response element represents an error in trip planning.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id int element 1/1  
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 whether no path has been found

Example

<p----->
  <id>...</id>
  <msg>...</msg>
  <message>...</message>
  <missing>...</missing>
  <noPath>...</noPath>
</p----->