mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
r2
This commit is contained in:
@ -101,3 +101,9 @@ class ChildChunkDeleteIndexError(BaseHTTPException):
|
||||
error_code = "child_chunk_delete_index_error"
|
||||
description = "Delete child chunk index failed: {message}"
|
||||
code = 500
|
||||
|
||||
|
||||
class PipelineNotFoundError(BaseHTTPException):
|
||||
error_code = "pipeline_not_found"
|
||||
description = "Pipeline not found."
|
||||
code = 404
|
||||
Reference in New Issue
Block a user