Your IP : 216.73.217.13


Current Path : /lib/python3/dist-packages/twisted/cred/__pycache__/
Upload File :
Current File : //lib/python3/dist-packages/twisted/cred/__pycache__/error.cpython-38.pyc

U


W[
�@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
�4/usr/lib/python3/dist-packages/twisted/cred/error.pyrsrc@seZdZdZdS)�LoginFailedz>
    The user's request to log in failed for some reason.
    Nrr
r
r
rrsrc@seZdZdZdS)�UnauthorizedLoginz+The user was not authorized to log in.
    Nrr
r
r
rr
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.
    Nrr
r
r
rrsrc@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.
    Nrr
r
r
rr&srN)
r	Z
__future__rr�	Exceptionrrr
rrr
r
r
r�<module>s