Skip to content

Commit

Permalink
Correct HTTP response code for Resrobot SVC_NO_RESULT error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertware committed Feb 12, 2025
1 parent 3b31109 commit cbbf267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/api/trafiklab-apis/resrobot-v21/error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ description are provided. Note that not all error messages are actively used by
| SVC_DATATIME_PERIOD | 400 | date/time not in timetable or allowed period |
| SVC_PROD | 400 | product field missing or invalid |
| SVC_CTX | 400 | context invalid |
| SVC_NO_RESULT | 400 | no result found |
| SVC_NO_RESULT | 200 | no result found |
| SVC_FAILED_SEARCH | 500 | unsuccessful search |
| SVC_NO_MATCH | 422 | no match found |
| INT_ERR | 500 | internal error |
Expand Down

0 comments on commit cbbf267

Please sign in to comment.