You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The format of errors returned by the pois API differs from the one used by the rest of ORS endpoints. It is an object with code and message at top level
{
"code": 4000,
"message": "Invalid JSON object in request"
}
rather than a JSON object with code and message nested in error such as for directions, for example:
The format of errors returned by the pois API differs from the one used by the rest of ORS endpoints. It is an object with
code
andmessage
at top levelrather than a JSON object with
code
andmessage
nested inerror
such as for directions, for example:The text was updated successfully, but these errors were encountered: