summaryrefslogblamecommitdiffstats
path: root/g4f/errors.py
blob: 5e821ded0f82c9b1a2e9c69b08d089eb5f9f779b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                       
       

                                         
       

                                         
       
 
                                    
       
 
                                      
       

                                    
       

                                      
       

                                      
       

                                  
       

                                        
       
 
                                          
       
 
                                  



                                      
class ProviderNotFoundError(Exception):
    ...

class ProviderNotWorkingError(Exception):
    ...

class StreamNotSupportedError(Exception):
    ...

class ModelNotFoundError(Exception):
    ...

class ModelNotAllowedError(Exception):
    ...

class RetryProviderError(Exception):
    ...

class RetryNoProviderError(Exception):
    ...

class VersionNotFoundError(Exception):
    ...

class NestAsyncioError(Exception):
    ...

class ModelNotSupportedError(Exception):
    ...

class MissingRequirementsError(Exception):
    ...

class MissingAuthError(Exception):
    ...

class NoImageResponseError(Exception):
    ...