Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Gestion erreur 200 #4322

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions documentation/slate/source/includes/_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ When the token is not allowed to request the coverage.
| no_destination | Couldn't find a destination | /journeys |
| no_origin_nor_destination | Couldn't find neither origin nor destination | /journeys |
| unknown_object | Couldn't find one of the request parameters. It can be the region, the API or a PT object | All services |
| no_solution | From data, there is no solution available given the request | /journeys |


### 413: request too large

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

## Code 200

Even if everything is correct (input parameters, internal processing)
Navitia can end up finding that the correct answer is empty.

| Error id | Description |
|-----------------------------|----------------------------------------------------------------------------|
| no_solution | From data, there is no solution available given the request |


## Code 50x

Ouch. Technical issue :/
Expand Down
Loading