
    Nwgr                          G d  de       Z G d de      Z G d de      Z G d de      Z G d d	e      Z G d
 de      Z G d de      Z G d de      Z G d de      Z	 G d de      Z
y)c                       e Zd ZdZy)HaystackErrorz-A generic exception for all others to extend.N__name__
__module____qualname____doc__     J/var/www/horilla/myenv/lib/python3.12/site-packages/haystack/exceptions.pyr   r      s    7r
   r   c                       e Zd ZdZy)SearchBackendErrorz'Raised when a backend can not be found.Nr   r	   r
   r   r   r      s    1r
   r   c                       e Zd ZdZy)SearchFieldErrorz(Raised when a field encounters an error.Nr   r	   r
   r   r   r      s    2r
   r   c                       e Zd ZdZy)MissingDependencyz<Raised when a library a backend depends on can not be found.Nr   r	   r
   r   r   r      s    Fr
   r   c                       e Zd ZdZy)
NotHandledz7Raised when a model is not handled by the router setup.Nr   r	   r
   r   r   r          Ar
   r   c                       e Zd ZdZy)MoreLikeThisErrorzFRaised when a model instance has not been provided for More Like This.Nr   r	   r
   r   r   r      s    Pr
   r   c                       e Zd ZdZy)FacetingErrorz@Raised when incorrect arguments have been provided for faceting.Nr   r	   r
   r   r   r   %   s    Jr
   r   c                       e Zd ZdZy)SpatialErrorz?Raised when incorrect arguments have been provided for spatial.Nr   r	   r
   r   r   r   +   s    Ir
   r   c                       e Zd ZdZy)
StatsErrorz<Raised when incorrect arguments have been provided for statsNr   r	   r
   r   r   r   1   s    Br
   r   c                       e Zd ZdZy)SkipDocumentz7Raised when a document should be skipped while updatingNr   r	   r
   r   r   r   6   r   r
   r   N)	Exceptionr   r   r   r   r   r   r   r   r   r   r	   r
   r   <module>r       s}   	I 		 		} 		 		 		 		M 		= 		 	
	= 	r
   