[skip ci] Document InvalidQuery. Fixes #3026

This commit is contained in:
Patrick Niklaus 2016-10-10 17:37:34 +02:00
parent 339ebe8f81
commit 14b024e4dc
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -107,6 +107,7 @@ Where `code` is on one of the strings below or service dependent:
| `InvalidService` | Service name is invalid. |
| `InvalidVersion` | Version is not found. |
| `InvalidOptions` | Options are invalid. |
| `InvalidQuery` | The query string is synctactically malformed. |
| `NoSegment` | One of the supplied input coordinates could not snap to street segment. |
| `TooBig` | The request size violates one of the service specific request size restrictions. |