mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 08:48:10 +08:00
Every document-processing failure surfaced as "the document could not be processed", and every data-source failure as "the source could not be read", because the root cause was erased at three points: the compilation classifier collapsed any coded-but-non-retryable error into DOCUMENT_COMPILATION_FAILED, datasource runtime errors were reduced to per-operation constants, and the console mapped dozens of codes onto a handful of generic sentences without the stage or a support reference. - knowledge-fs: keep the specific public code for any coded error in the compilation classifier (retry follows the error or the catalog policy), tag previously uncoded failures (semantic chunking output, embedding dimension, PDF rendering, lease loss, generation model, unsupported file type) with public codes, give embedding provider errors their own codes instead of the parser's, alias datasource runtime codes, and register 17 catalog entries (model response invalid, parser unsupported type, PDF render, crawl page not found, provider timeout/unavailable/rejected, content too large, ...). - api: extend the public error-code enum (including the missing DOCUMENT_PARSER_TIMEOUT) and regenerate the contracts. - web: per-code copy that says what happened and what to do, in all 24 locales, plus a "failed while <stage> · reference <id>" line under each failed task in the background-task drawer and the document task list. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015zw5G5SX3HmVfnZof6YWAc |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||