Server IP : 15.235.198.142 / Your IP : 216.73.216.190 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/lazr/restfulclient/__pycache__/ |
Upload File : |
� }�;e� � �N � d Z eZg d�Z G d� de� Z G d� de� Z G d� de� Z G d� d e� Z G d � de� Z G d� d e� Z G d� de � Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de � Zd� Zy) zlazr.restfulclient errors.)� BadRequest�Conflict�ClientError�CredentialsError�CredentialsFileError� HTTPError�MethodNotAllowed�NotFound�PreconditionFailed�RestfulError� ResponseError�ServerError�Unauthorized�UnexpectedResponseErrorc � � e Zd ZdZy)r z2Base error for the lazr.restfulclient API library.N��__name__� __module__�__qualname__�__doc__� � �;/usr/lib/python3/dist-packages/lazr/restfulclient/errors.pyr r ( s � �<r r c � � e Zd ZdZy)r z&Base credentials/authentication error.Nr r r r r r , s � �0r r c � � e Zd ZdZy)r zError in credentials file.Nr r r r r r 0 s � �$r r c � � e Zd ZdZd� Zy)r zError in response.c �J � t j | � || _ || _ y )N)r �__init__�response�content)�selfr r s r r zResponseError.__init__7 s � ����d�#� �� ���r N)r r r r r r r r r r 4 s � ��r r c � � e Zd ZdZd� Zy)r z$An unexpected response was received.c �` � | j j �d| j j ��S )N�: )r �status�reason)r s r �__str__zUnexpectedResponseError.__str__@ s! � ��=�=�/�/����1E�1E�F�Fr N�r r r r r&