mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
15 lines
262 B
Python
15 lines
262 B
Python
class ToolProviderCredentialValidationError(Exception):
|
|
pass
|
|
|
|
class ToolNotFoundError(Exception):
|
|
pass
|
|
|
|
class ToolParameterValidationError(Exception):
|
|
pass
|
|
|
|
class ToolInvokeError(Exception):
|
|
pass
|
|
|
|
class ToolEngineInvokeError(Exception):
|
|
pass
|