ó
[³XMc           @   s{   d  Z  d e f d „  ƒ  YZ d e f d „  ƒ  YZ d e e f d „  ƒ  YZ d e f d „  ƒ  YZ d	 e f d
 „  ƒ  YZ d S(   s   Cred errors.t   Unauthorizedc           B   s   e  Z d  Z RS(   s   Standard unauthorized error.(   t   __name__t
   __module__t   __doc__(    (    (    s6   /usr/lib/python2.7/dist-packages/twisted/cred/error.pyR       s   t   LoginFailedc           B   s   e  Z d  Z RS(   s>   
    The user's request to log in failed for some reason.
    (   R   R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/twisted/cred/error.pyR      s   t   UnauthorizedLoginc           B   s   e  Z d  Z RS(   s+   The user was not authorized to log in.
    (   R   R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/twisted/cred/error.pyR      s   t   UnhandledCredentialsc           B   s   e  Z d  Z RS(   s  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.
    (   R   R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/twisted/cred/error.pyR      s   t   LoginDeniedc           B   s   e  Z d  Z RS(   sê   
    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.
    (   R   R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/twisted/cred/error.pyR   "   s   N(   R   t	   ExceptionR    R   R   R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/twisted/cred/error.pyt   <module>   s
   	