File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
2221The 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. |
You can’t perform that action at this time.
0 commit comments