ruạṛ
a ���f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�ErrorDetailsz/ The details of an error that occured. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new ErrorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param code: The value to assign to the code property of this ErrorDetails. :type code: str :param message: The value to assign to the message property of this ErrorDetails. :type message: str �str)�code�messager r N)Z swagger_typesZ attribute_map�_code�_message)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/data_integration/models/error_details.py�__init__ s ��zErrorDetails.__init__c C s | j S )aH **[Required]** Gets the code of this ErrorDetails. A short error code that defines the error, meant for programmatic parsing. See `API Errors`__. __ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm :return: The code of this ErrorDetails. :rtype: str �r �r r r r r - s zErrorDetails.codec C s || _ dS )a< Sets the code of this ErrorDetails. A short error code that defines the error, meant for programmatic parsing. See `API Errors`__. __ https://docs.cloud.oracle.com/Content/API/References/apierrors.htm :param code: The code of this ErrorDetails. :type: str Nr )r r r r r r <