dify/api/services/errors/chunk.py

10 lines
215 B
Python
Raw Permalink Normal View History

from services.errors.base import BaseServiceError
class ChildChunkIndexingError(BaseServiceError):
description = "{message}"
class ChildChunkDeleteIndexError(BaseServiceError):
description = "{message}"