| Server IP : 167.99.254.82 / Your IP : 216.73.216.188 Web Server : Apache System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/cred/__pycache__/ |
Upload File : |
o
�b� � @ sZ d Z G dd� de�ZG dd� de�ZG dd� dee�ZG dd� de�ZG d d
� d
e�ZdS )z
Cred errors.
c @ � e Zd ZdZdS )�UnauthorizedzStandard unauthorized error.N��__name__�
__module__�__qualname__�__doc__� r r �4/usr/lib/python3/dist-packages/twisted/cred/error.pyr � r c @ r )�LoginFailedz>
The user's request to log in failed for some reason.
Nr r r r r r
r
r c @ r )�UnauthorizedLoginz&The user was not authorized to log in.Nr r r r r r r
r c @ r )�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
r
r
c @ r )�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 r
r N)r � Exceptionr r r r
r r r r r �<module> s