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

3 lines
83 B
Python

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