[PR #152] [MERGED] Feat: optimize error desc #22336

Closed
opened 2026-02-21 20:18:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/152
Author: @takatost
Created: 5/22/2023
Status: Merged
Merged: 5/22/2023
Merged by: @takatost

Base: mainHead: feat/optimize-error-desc


📝 Commits (3)

  • 7ee5952 feat: optimize all error description
  • 7ee051d feat: optimize dataset/document delete when llm validate credential error
  • 8f8bc8c feat: optimize api key validate

📊 Changes

15 files changed (+119 additions, -55 deletions)

View changed files

📝 api/controllers/console/app/__init__.py (+1 -1)
📝 api/controllers/console/app/error.py (+8 -6)
📝 api/controllers/console/datasets/datasets_document.py (+11 -2)
📝 api/controllers/console/datasets/error.py (+8 -8)
📝 api/controllers/console/datasets/hit_testing.py (+9 -0)
📝 api/controllers/console/error.py (+3 -2)
📝 api/controllers/console/workspace/error.py (+2 -2)
📝 api/controllers/console/workspace/providers.py (+2 -2)
📝 api/controllers/service_api/app/error.py (+9 -7)
📝 api/controllers/service_api/dataset/error.py (+1 -1)
📝 api/controllers/web/error.py (+11 -9)
📝 api/core/index/index_builder.py (+12 -0)
📝 api/core/index/vector_index.py (+2 -2)
📝 api/core/llm/provider/azure_provider.py (+39 -12)
📝 web/i18n/lang/common.en.ts (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/152 **Author:** [@takatost](https://github.com/takatost) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/22/2023 **Merged by:** [@takatost](https://github.com/takatost) **Base:** `main` ← **Head:** `feat/optimize-error-desc` --- ### 📝 Commits (3) - [`7ee5952`](https://github.com/langgenius/dify/commit/7ee59522c5d2824c685cf81553f86494182d8a01) feat: optimize all error description - [`7ee051d`](https://github.com/langgenius/dify/commit/7ee051d0efa2cd0c732b0b8fae90b0c8fa4d2ff9) feat: optimize dataset/document delete when llm validate credential error - [`8f8bc8c`](https://github.com/langgenius/dify/commit/8f8bc8c1b8407490c10e2215d739cb31a9f85b3a) feat: optimize api key validate ### 📊 Changes **15 files changed** (+119 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/app/__init__.py` (+1 -1) 📝 `api/controllers/console/app/error.py` (+8 -6) 📝 `api/controllers/console/datasets/datasets_document.py` (+11 -2) 📝 `api/controllers/console/datasets/error.py` (+8 -8) 📝 `api/controllers/console/datasets/hit_testing.py` (+9 -0) 📝 `api/controllers/console/error.py` (+3 -2) 📝 `api/controllers/console/workspace/error.py` (+2 -2) 📝 `api/controllers/console/workspace/providers.py` (+2 -2) 📝 `api/controllers/service_api/app/error.py` (+9 -7) 📝 `api/controllers/service_api/dataset/error.py` (+1 -1) 📝 `api/controllers/web/error.py` (+11 -9) 📝 `api/core/index/index_builder.py` (+12 -0) 📝 `api/core/index/vector_index.py` (+2 -2) 📝 `api/core/llm/provider/azure_provider.py` (+39 -12) 📝 `web/i18n/lang/common.en.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:44 -05:00
yindo closed this issue 2026-02-21 20:18:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22336