docling-studio/frontend/src
Pier-Jean Malandrino df1bbef143 feat(#251): expose backend error detail in apiFetch errors
Le wrapper apiFetch jetait `API error: 422` sans le body. Désormais lit
detail (string ou liste Pydantic) et le concatène au message :
`422: Neo4j config requires a non-empty 'index_name'`.

Permet aux pages StoreCreatePage / StoreEditPage de surfacer la cause
réelle du refus serveur dans l'errorMessage du form.
2026-05-05 09:38:39 +02:00
..
__tests__/integration refactor(audit): remediate 0.5.0 audit findings — clean architecture, security, DRY, SOLID, perf 2026-04-29 14:00:00 +02:00
app feat(#251): API client typé create/update/delete + StoreForm + Create/Edit pages 2026-05-05 09:38:39 +02:00
features feat(#251): add Neo4j as a StoreKind 2026-05-05 09:38:39 +02:00
pages feat(#251): nav CRUD sur StoresListPage + StoreDetailPage 2026-05-05 09:38:39 +02:00
shared feat(#251): expose backend error detail in apiFetch errors 2026-05-05 09:38:39 +02:00