From 14b024e4dc68956d090782a4dfef75517db49287 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 10 Oct 2016 17:37:34 +0200 Subject: [PATCH] [skip ci] Document InvalidQuery. Fixes #3026 --- docs/http.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/http.md b/docs/http.md index 24a4900ba..06bfdb3b5 100644 --- a/docs/http.md +++ b/docs/http.md @@ -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. |