mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 19:59:50 +08:00
300d9892a5
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
23 lines
394 B
Python
23 lines
394 B
Python
class NoAudioUploadedServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class AudioTooLargeServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class UnsupportedAudioTypeServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class ProviderNotSupportSpeechToTextServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class ProviderNotSupportTextToSpeechServiceError(Exception):
|
|
pass
|
|
|
|
|
|
class ProviderNotSupportTextToSpeechLanageServiceError(Exception):
|
|
pass
|