Skip to content

Commit

Permalink
Documents InvalidValue response code, resolves #3150
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h authored and Patrick Niklaus committed Oct 24, 2016
1 parent d05b85c commit 1905a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/http.md
Expand Up @@ -108,6 +108,7 @@ Where `code` is on one of the strings below or service dependent:
| `InvalidVersion` | Version is not found. |
| `InvalidOptions` | Options are invalid. |
| `InvalidQuery` | The query string is synctactically malformed. |
| `InvalidValue` | The successfully parsed query parameters are invalid. |
| `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. |

Expand Down

0 comments on commit 1905a0f

Please sign in to comment.