🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 11:26:25 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/__pycache__
🔄 Refresh
✏️
Editing: error.cpython-38.pyc
Read Only
U v�i� � @ s( d Z ddlZddlZG dd� de�ZdS )a InfluxDB OSS API Service. The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. # noqa: E501 OpenAPI spec version: 2.0.0 Generated by: https://openapi-generator.tech � Nc @ s� e Zd ZdZddddd�Zddddd�Zd!d d �Zedd� �Zej d d� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Z dd� Zdd� Zdd� Zdd � ZdS )"�Errorz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �str)�code�message�op�errr r r r Nc C sR d| _ d| _d| _d| _d| _|| _|dk r2|| _|dk r@|| _|dk rN|| _dS )z#Error - a model defined in OpenAPI.N) �_code�_message�_op�_errZ discriminatorr r r r )�selfr r r r � r �M/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/error.py�__init__. s zError.__init__c C s | j S )z�Get the code of this Error. code is the machine-readable error code. :return: The code of this Error. :rtype: str )r �r r r r r >