o
    i                     @   s8   d Z ddlZddlmZ ddlmZ G dd deZdS )zACode generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.    N)Optional)MistralErrorc                
       sH   e Zd ZdZ	ddedejdedee f fddZ	e
d	d
 Z  ZS )ResponseValidationErrorzeError raised when there is a type mismatch between the response data and the expected Pydantic model.Nmessageraw_responsecausebodyc                    s"   | d| }t  ||| d S )Nz: )super__init__)selfr   r   r   r   	__class__ n/var/www/html/karishye-ai-python/venv/lib/python3.10/site-packages/mistralai/models/responsevalidationerror.pyr
      s   z ResponseValidationError.__init__c                 C   s   | j S )z%Normally the Pydantic ValidationError)	__cause__)r   r   r   r   r      s   zResponseValidationError.cause)N)__name__
__module____qualname____doc__strhttpxResponse	Exceptionr   r
   propertyr   __classcell__r   r   r   r   r   	   s    
r   )r   r   typingr   mistralai.modelsr   r   r   r   r   r   <module>   s
    