o
    Ý­‘hÊ  ã                   @   sR  d Z ddlZddlZG dd„ deƒZG dd„ deƒZG dd„ dejejeƒZG d	d
„ d
eƒZG dd„ deƒZG dd„ deƒZ	G dd„ deƒZ
G dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ de
ƒZG dd„ de
ƒZG dd„ de
ƒZG dd„ de
ƒZG dd „ d e
ƒZG d!d"„ d"eeƒZG d#d$„ d$eƒZG d%d&„ d&eƒZG d'd(„ d(e
ƒZdS ))z*Core exceptions raised by the Redis clienté    Nc                   @   ó   e Zd ZdS )Ú
RedisErrorN©Ú__name__Ú
__module__Ú__qualname__© r   r   úX/var/www/html/stock_analysis/be/venv/lib/python3.10/site-packages/aioredis/exceptions.pyr      ó    r   c                   @   r   )ÚConnectionErrorNr   r   r   r   r	   r   
   r
   r   c                   @   r   )ÚTimeoutErrorNr   r   r   r   r	   r      r
   r   c                   @   r   )ÚAuthenticationErrorNr   r   r   r   r	   r      r
   r   c                   @   r   )ÚBusyLoadingErrorNr   r   r   r   r	   r      r
   r   c                   @   r   )ÚInvalidResponseNr   r   r   r   r	   r      r
   r   c                   @   r   )ÚResponseErrorNr   r   r   r   r	   r      r
   r   c                   @   r   )Ú	DataErrorNr   r   r   r   r	   r   "   r
   r   c                   @   r   )ÚPubSubErrorNr   r   r   r   r	   r   &   r
   r   c                   @   r   )Ú
WatchErrorNr   r   r   r   r	   r   *   r
   r   c                   @   r   )ÚNoScriptErrorNr   r   r   r   r	   r   .   r
   r   c                   @   r   )ÚExecAbortErrorNr   r   r   r   r	   r   2   r
   r   c                   @   r   )ÚReadOnlyErrorNr   r   r   r   r	   r   6   r
   r   c                   @   r   )ÚNoPermissionErrorNr   r   r   r   r	   r   :   r
   r   c                   @   r   )ÚModuleErrorNr   r   r   r   r	   r   >   r
   r   c                   @   ó   e Zd ZdZdS )Ú	LockErrorz$Errors acquiring or releasing a lockN©r   r   r   Ú__doc__r   r   r   r	   r   B   s    r   c                   @   r   )ÚLockNotOwnedErrorzBError trying to extend or release a lock that is (no longer) ownedNr   r   r   r   r	   r   J   ó    r   c                   @   r   )ÚChildDeadlockedErrorzBError indicating that a child process is deadlocked after a fork()Nr   r   r   r   r	   r   P   r   r   c                   @   r   )Ú$AuthenticationWrongNumberOfArgsErrorz^
    An error to indicate that the wrong number of args
    were sent to the AUTH command
    Nr   r   r   r   r	   r    V   s    r    )r   ÚasyncioÚbuiltinsÚ	Exceptionr   r   r   r   r   r   r   r   r   r   r   r   r   r   r   Ú
ValueErrorr   r   r   r    r   r   r   r	   Ú<module>   s,    