Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/cred/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/cred/__pycache__/error.cpython-37.pyc

B

:��]
�@sjdZddlmZmZGdd�de�ZGdd�de�ZGdd�dee�ZGd	d
�d
e�ZGdd�de�Z	d
S)z
Cred errors.
�)�division�absolute_importc@seZdZdZdS)�UnauthorizedzStandard unauthorized error.N)�__name__�
__module__�__qualname__�__doc__�r	r	�E/opt/alt/python37/lib64/python3.7/site-packages/twisted/cred/error.pyrsrc@seZdZdZdS)�LoginFailedz>
    The user's request to log in failed for some reason.
    N)rrrrr	r	r	r
rsrc@seZdZdZdS)�UnauthorizedLoginz+The user was not authorized to log in.
    N)rrrrr	r	r	r
rsrc@seZdZdZdS)�UnhandledCredentialsaA 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.
    N)rrrrr	r	r	r
r
sr
c@seZdZdZdS)�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.
    N)rrrrr	r	r	r
r&srN)
r�
__future__rr�	Exceptionrrrr
rr	r	r	r
�<module>s