dify/api/core/llm/provider/errors.py
2023-05-15 08:51:32 +08:00

3 lines
83 B
Python

class ValidateFailedError(Exception):
description = "Provider Validate failed"