[PR #571] [CLOSED] feat: make error more human readable #591

Closed
opened 2026-02-16 01:16:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/571
Author: @fatelei
Created: 1/18/2026
Status: Closed

Base: mainHead: human_readable_error


📝 Commits (1)

  • 18684b5 feat: make error more human readable

📊 Changes

4 files changed (+368 additions, -84 deletions)

View changed files

📝 internal/service/endpoint.go (+64 -35)
📝 internal/service/install_plugin.go (+66 -23)
📝 internal/service/manage_plugin.go (+61 -26)
📝 internal/types/exception/factory.go (+177 -0)

📄 Description

Description

fix #570

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 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-plugin-daemon/pull/571 **Author:** [@fatelei](https://github.com/fatelei) **Created:** 1/18/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `human_readable_error` --- ### 📝 Commits (1) - [`18684b5`](https://github.com/langgenius/dify-plugin-daemon/commit/18684b5e253354f904d5008d968e3f217a1e3cbf) feat: make error more human readable ### 📊 Changes **4 files changed** (+368 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `internal/service/endpoint.go` (+64 -35) 📝 `internal/service/install_plugin.go` (+66 -23) 📝 `internal/service/manage_plugin.go` (+61 -26) 📝 `internal/types/exception/factory.go` (+177 -0) </details> ### 📄 Description ## Description fix #570 ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [x] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <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-16 01:16:26 -05:00
yindo closed this issue 2026-02-16 01:16:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#591