o
    ưi                     @   s8   d dl mZmZ d dlZd dlmZ G dd deZdS )    )OptionalUnionN)BaseLLMExceptionc                
       s<   e Zd Z	ddededeeeej	f  f fddZ
  ZS )NLPCloudErrorNstatus_codemessageheadersc                    s   t  j|||d d S )N)r   r   r   )super__init__)selfr   r   r   	__class__ Z/home/app/Keep/.python/lib/python3.10/site-packages/litellm/llms/nlp_cloud/common_utils.pyr
   	   s   zNLPCloudError.__init__)N)__name__
__module____qualname__intstrr   r   dicthttpxZHeadersr
   __classcell__r   r   r   r   r      s    r   )typingr   r   r   Z)litellm.llms.base_llm.chat.transformationr   r   r   r   r   r   <module>   s    