dify/api/core/llm/provider/errors.py

3 lines
83 B
Python
Raw Normal View History

2023-05-15 08:51:32 +08:00
class ValidateFailedError(Exception):
description = "Provider Validate failed"