<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aura – </title>
    <link>/docs/atria/technical-guidelines/atria-error-management/</link>
    <description>Recent content on Aura</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="/docs/atria/technical-guidelines/atria-error-management/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: </title>
      <link>/docs/atria/technical-guidelines/atria-error-management/atria-model-gw-errors-manager/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/docs/atria/technical-guidelines/atria-error-management/atria-model-gw-errors-manager/</guid>
      <description>
        
        
        &lt;h1 id=&#34;atria-model-gateway-error-management&#34;&gt;atria-model-gateway error management&lt;/h1&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;This document includes the different errors returned by &lt;em&gt;&lt;strong&gt;atria-model-gateway&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&#34;error-descriptions&#34;&gt;Error descriptions&lt;/h2&gt;
&lt;h3 id=&#34;invalidmodelparam&#34;&gt;InvalidModelParam&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: One or more parameters provided for the model are invalid. Please verify the parameter names and values.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 400&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;modelfiltercontent&#34;&gt;ModelFilterContent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: The response was filtered due to the prompt triggering Azure OpenAI&amp;rsquo;s content management policy.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 400&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;invalidprompt&#34;&gt;InvalidPrompt&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: The prompt format is incorrect or contains unsupported characters. Ensure it is a valid string and is adhered to formatting guidelines.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 400&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;modelnotfound&#34;&gt;ModelNotFound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: The specified model does not exist or is not available for you.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 400&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;contextlengthexceeded&#34;&gt;ContextLengthExceeded&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: The message sent (including prompt + previous messages) exceeds the token limit of the model. Reduce the size of the prompt or the conversation history.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 400&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;injectionattempt&#34;&gt;InjectionAttempt&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: Injection attempt detected. The request appears to contain input designed to manipulate the system&amp;rsquo;s behavior. This request has been blocked for security reasons.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 400&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;internalerror&#34;&gt;InternalError&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: Incoming HTTP request produces an internal error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 500&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;unauthorized&#34;&gt;Unauthorized&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: Incoming HTTP request authorization is not valid.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 500&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;requesttimeout&#34;&gt;RequestTimeout&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: The server has decided to close the connection rather than continue waiting. In the headers, the field &lt;code&gt;retry-after&lt;/code&gt; is included, which is the waiting time for retrying again.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 500&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;quotaerror&#34;&gt;QuotaError&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: Incoming HTTP request needs more quota. In the headers, the field &lt;code&gt;retry-after&lt;/code&gt; is included, which is the waiting time for retrying again.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 500&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;auraerror&#34;&gt;AuraError&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;description&lt;/strong&gt;: Generic error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;message&lt;/strong&gt;: Specific and descriptive text of the error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;http status&lt;/strong&gt;: 500&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
  </channel>
</rss>
