
    Vh                     x    d Z  G d de      Z G d de      Z G d dee      Z G d de      Z G d	 d
e      Zy)z
Cred errors.
c                       e Zd ZdZy)UnauthorizedzStandard unauthorized error.N__name__
__module____qualname____doc__     B/home/dcms/DCMS/lib/python3.12/site-packages/twisted/cred/error.pyr   r   	   s    &r
   r   c                       e Zd ZdZy)LoginFailedz>
    The user's request to log in failed for some reason.
    Nr   r	   r
   r   r   r      s    r
   r   c                       e Zd ZdZy)UnauthorizedLoginz&The user was not authorized to log in.Nr   r	   r
   r   r   r      s    0r
   r   c                       e Zd ZdZy)UnhandledCredentialsa  A type of credentials were passed in with no knowledge of how to check
    them.  This is a server configuration error - it means that a protocol was
    connected to a Portal without a CredentialChecker that can check all of its
    potential authentication strategies.
    Nr   r	   r
   r   r   r      s    r
   r   c                       e Zd ZdZy)LoginDeniedz
    The realm rejected this login for some reason.

    Examples of reasons this might be raised include an avatar logging in
    too frequently, a quota having been fully used, or the overall server
    load being too high.
    Nr   r	   r
   r   r   r      s    r
   r   N)r   	Exceptionr   r   r   r   r   r	   r
   r   <module>r      sH   
'9 ') 1\ 1; + r
   