PlannerError Data Type

This API response element represents an error in trip planning.

Properties
name data type description
id number
msg string
message Message
missing array of string
noPath boolean

Example

{
  "id" : 12345,
  "msg" : "...",
  "message" : "REQUEST_TIMEOUT",
  "missing" : [ "...", "..." ],
  "noPath" : true
}