Skip to content

Commit 6e97218

Browse files
authored
[doc] Gestion erreur 200
ça devrait être une 404 et non une 200
1 parent 81ef42c commit 6e97218

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

documentation/slate/source/includes/_errors.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ When the token is not allowed to request the coverage.
5555
| no_destination | Couldn't find a destination | /journeys |
5656
| no_origin_nor_destination | Couldn't find neither origin nor destination | /journeys |
5757
| unknown_object | Couldn't find one of the request parameters. It can be the region, the API or a PT object | All services |
58+
| no_solution | From data, there is no solution available given the request | /journeys |
59+
5860

5961
### 413: request too large
6062

@@ -76,16 +78,6 @@ Tips to work around this error:
7678
* give up your request
7779
* contact us for a [quotation](https://navitia.io/demande-de-devis/)
7880

79-
## Code 200
80-
81-
Even if everything is correct (input parameters, internal processing)
82-
Navitia can end up finding that the correct answer is empty.
83-
84-
| Error id | Description |
85-
|-----------------------------|----------------------------------------------------------------------------|
86-
| no_solution | From data, there is no solution available given the request |
87-
88-
8981
## Code 50x
9082

9183
Ouch. Technical issue :/

0 commit comments

Comments
 (0)