
    i                     >    d Z ddlZddlmZ ddlmZ  G d de      Zy)zACode generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.    N)Optional)MistralErrorc            
       b     e Zd ZdZ	 ddedej                  dedee   f fdZ	e
d        Z xZS )	ResponseValidationErrorzeError raised when there is a type mismatch between the response data and the expected Pydantic model.messageraw_responsecausebodyc                 6    | d| }t         |   |||       y )Nz: )super__init__)selfr   r   r	   r
   	__class__s        f/var/www/html/eduruby.in/venv/lib/python3.12/site-packages/mistralai/models/responsevalidationerror.pyr   z ResponseValidationError.__init__   s&     IRw',5    c                     | j                   S )z%Normally the Pydantic ValidationError)	__cause__)r   s    r   r	   zResponseValidationError.cause   s     ~~r   )N)__name__
__module____qualname____doc__strhttpxResponse	Exceptionr   r   propertyr	   __classcell__)r   s   @r   r   r   	   sR    o #66 nn6 	6
 sm6  r   r   )r   r   typingr   mistralai.modelsr   r    r   r   <module>r!      s    G   )l r   