Skip to content

Commit 7ae0ecd

Browse files
committed
docs: add matching API error codes
1 parent c670e69 commit 7ae0ecd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/api-reference/error-codes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The following table describes the supported HTTP status codes.
1616
| 503 | The server is currently unavailable due to overload or maintenance. |
1717

1818

19-
2019
## Internal Error Codes
2120

2221
The following sections describes the list of possible internal error codes that might be provided by different openrouteservice
@@ -133,3 +132,17 @@ Endpoints.
133132
| 8010 | Point not found. |
134133
| 8011 | Unknown parameter. |
135134
| 8099 | Unknown internal error. |
135+
136+
### Matching API
137+
138+
[//]: # (keep in sync with org.heigit.ors.matching.MatchingErrorCodes)
139+
140+
| Error Code | Description |
141+
|:----------:|-------------------------------------------------------|
142+
| 9000 | Unable to parse JSON request. |
143+
| 9001 | Required parameter is missing. |
144+
| 9002 | Invalid parameter format. |
145+
| 9003 | Invalid parameter value. |
146+
| 9007 | Unsupported export format. |
147+
| 9011 | Unknown parameter. |
148+
| 9099 | Unknown internal error. |

0 commit comments

Comments
 (0)