Skip to content

Commit

Permalink
i18n(fr): Add reference/errors/action-called-from-server-error.mdx (#…
Browse files Browse the repository at this point in the history
…9007)

* i18n(fr): Add `reference/errors/action-called-from-server-error.mdx`

Signed-off-by: Thomas Bonnet <[email protected]>

* i18n(fr): Update `reference/error-reference.mdx`

Signed-off-by: Thomas Bonnet <[email protected]>

---------

Signed-off-by: Thomas Bonnet <[email protected]>
Co-authored-by: Yan <[email protected]>
  • Loading branch information
thomasbnt and yanthomasdev authored Aug 5, 2024
1 parent de1d3ca commit eedcb8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/content/docs/fr/reference/error-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ La référence suivante est une liste complète des erreurs que vous pouvez renc
- [**ContentCollectionTypeMismatchError**](/fr/reference/errors/content-collection-type-mismatch-error/)<br/>La collection contient des entrées d'un type différent.
- [**DataCollectionEntryParseError**](/fr/reference/errors/data-collection-entry-parse-error/)<br/>L'analyse de l'entrée de la collection de données a échoué.
- [**DuplicateContentEntrySlugError**](/fr/reference/errors/duplicate-content-entry-slug-error/)<br/>Entrée Slug du contenu est dupliqué
- [**UnsupportedConfigTransformError**](/fr/reference/errors/unsupported-config-transform-error/)<br/>Transformation non prise en charge dans la configuration du contenu.

# Erreurs d'Action

- [**ActionsWithoutServerOutputError**](/fr/reference/errors/actions-without-server-output-error/)<br/>Les actions doivent être utilisées avec la sortie du serveur.
- [**ActionsUsedWithForGetError**](/fr/reference/errors/actions-used-with-for-get-error/)<br/>Une chaîne de requête d'action invalide a été transmise par un formulaire.
- [**ActionQueryStringInvalidError**](/fr/reference/errors/action-query-string-invalid-error/)<br/>Une chaîne de requête d'action invalide a été transmise par un formulaire.
- [**UnsupportedConfigTransformError**](/fr/reference/errors/unsupported-config-transform-error/)<br/>Transformation non prise en charge dans la configuration du contenu.
- [**ActionCalledFromServerError**](/fr/reference/errors/action-called-from-server-error/)<br/>Action inattendue demandée par le serveur.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Action inattendue demandée par le serveur.
i18nReady: true
githubURL: https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts
---

> **ActionCalledFromServerError**: Action called from a server page or endpoint without using `Astro.callAction()`.
## Qu'est-ce qui a mal tourné ?
Action déclenchée à partir d'une page serveur ou d'un point de terminaison sans utiliser `Astro.callAction()`.



0 comments on commit eedcb8d

Please sign in to comment.