mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
11 lines
180 B
Python
11 lines
180 B
Python
class ToolProviderCredentialValidationError(Exception):
|
|
pass
|
|
|
|
|
|
class DatasourceCredentialValidationError(Exception):
|
|
pass
|
|
|
|
|
|
class DatasourceOAuthError(Exception):
|
|
pass
|