crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ImageConversion.xml
changeset 3 045ade241ef5
parent 2 0c91f0baec58
equal deleted inserted replaced
2:0c91f0baec58 3:045ade241ef5
   115       <panic_id>27</panic_id>
   115       <panic_id>27</panic_id>
   116       <panic_description>&lt;p&gt; Invalid function leave request. &lt;/p&gt;</panic_description>
   116       <panic_description>&lt;p&gt; Invalid function leave request. &lt;/p&gt;</panic_description>
   117     </panic>
   117     </panic>
   118     <panic>
   118     <panic>
   119       <panic_id>28</panic_id>
   119       <panic_id>28</panic_id>
   120       <panic_description>&lt;p&gt; An Image Decoder was found to be in an invalid state. For example &lt;code class="ApiItem"&gt;CBufferedImageDecoder::ContinueConvert()&lt;/code&gt; was called when there is no image data to convert. &lt;/p&gt;</panic_description>
   120       <panic_description>&lt;p&gt;An Image Decoder was found to be in an invalid state. &lt;/p&gt; &lt;p&gt; For example &lt;code class="ApiItem" &gt;CBufferedImageDecoder::ContinueConvert()&lt;/code&gt; was called when there is no image data to convert. &lt;/p&gt;</panic_description>
   121     </panic>
   121     </panic>
   122     <panic>
   122     <panic>
   123       <panic_id>29</panic_id>
   123       <panic_id>29</panic_id>
   124       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
   124       <panic_description>&lt;p&gt; Not used. &lt;/p&gt;</panic_description>
   125     </panic>
   125     </panic>
   127       <panic_id>30</panic_id>
   127       <panic_id>30</panic_id>
   128       <panic_description>&lt;p&gt; Illegal call to reserved function. &lt;/p&gt;</panic_description>
   128       <panic_description>&lt;p&gt; Illegal call to reserved function. &lt;/p&gt;</panic_description>
   129     </panic>
   129     </panic>
   130     <panic>
   130     <panic>
   131       <panic_id>31</panic_id>
   131       <panic_id>31</panic_id>
   132       <panic_description>&lt;p&gt; An index is invalid. For example &lt;code class="ApiItem"&gt;TFrameLayout::Length()&lt;/code&gt; will panic if the value of the index parameter &lt;code&gt;aIndex&lt;/code&gt;is not in the range&lt;code&gt;[0:TFrameLayout::Planes()]&lt;/code&gt;. &lt;/p&gt;</panic_description>
   132       <panic_description>&lt;p&gt;An index is invalid. &lt;/p&gt; &lt;p&gt; For example &lt;code class="ApiItem" &gt;TFrameLayout::Length()&lt;/code&gt; will panic if the value of the index parameter &lt;code&gt;aIndex&lt;/code&gt; is not in the range &lt;code&gt;[0:TFrameLayout::Planes()]&lt;/code&gt;. &lt;/p&gt;</panic_description>
   133     </panic>
   133     </panic>
   134     <panic>
   134     <panic>
   135       <panic_id>32</panic_id>
   135       <panic_id>32</panic_id>
   136       <panic_description>&lt;p&gt; A parameter value is invalid. For example &lt;code class="ApiItem"&gt;TFrameLayout::SetLength()&lt;/code&gt; will panic if the value of the length parameter &lt;code&gt;aLength&lt;/code&gt; is negative. &lt;/p&gt;</panic_description>
   136       <panic_description>&lt;p&gt;A parameter value is invalid. &lt;/p&gt; &lt;p&gt; For example &lt;code class="ApiItem" &gt;TFrameLayout::SetLength()&lt;/code&gt; will panic if the value of the length parameter &lt;code&gt;aLength&lt;/code&gt; is negative. &lt;/p&gt;</panic_description>
       
   137     </panic>
       
   138     <panic>
       
   139       <panic_id>33</panic_id>
       
   140       <panic_description>&lt;p&gt;The encoder has run out of memory buffers during asynchronous write operation. &lt;/p&gt;</panic_description>
       
   141     </panic>
       
   142     <panic>
       
   143       <panic_id>34</panic_id>
       
   144       <panic_description>&lt;p&gt;An invalid buffer was detected during an encoder's asynchronous write operation. &lt;/p&gt;</panic_description>
       
   145     </panic>
       
   146     <panic>
       
   147       <panic_id>35</panic_id>
       
   148       <panic_description>&lt;p&gt;The encoder's buffer queue has overflowed during asynchronous write operation. &lt;/p&gt;</panic_description>
       
   149     </panic>
       
   150     <panic>
       
   151       <panic_id>36</panic_id>
       
   152       <panic_description>&lt;p&gt;An extension on image decoder or encoder has not been set up correctly. Caused by calling a function on a &lt;code&gt;TImageConv*&lt;/code&gt; extension interface when the extension has not been setup. &lt;/p&gt;</panic_description>
       
   153     </panic>
       
   154     <panic>
       
   155       <panic_id>37</panic_id>
       
   156       <panic_description>&lt;p&gt;An attempt has been made by the decoder of encoder framework to obtain an extension on a plug-in when this has already been obtained. &lt;/p&gt;</panic_description>
       
   157     </panic>
       
   158     <panic>
       
   159       <panic_id>38</panic_id>
       
   160       <panic_description>&lt;p&gt;The decoder or encoder framework has called an unknown function on a extension interface. &lt;/p&gt;</panic_description>
       
   161     </panic>
       
   162     <panic>
       
   163       <panic_id>39</panic_id>
       
   164       <panic_description>&lt;p&gt;An attempt has been made by the decoder of encoder framework to set up an extension on a plug-in when this has already been done. &lt;/p&gt;</panic_description>
       
   165     </panic>
       
   166     <panic>
       
   167       <panic_id>40</panic_id>
       
   168       <panic_description>&lt;p&gt;The decoder or encoder framework has attempted to access an unknown extension type or has detected a mismatch between extension types. &lt;/p&gt;</panic_description>
       
   169     </panic>
       
   170     <panic>
       
   171       <panic_id>41</panic_id>
       
   172       <panic_description>&lt;p&gt;An new asynchronous request on a decoder extension has been made when it is already active. &lt;/p&gt;</panic_description>
   137     </panic>
   173     </panic>
   138   </panics>
   174   </panics>
   139 </panic_category>
   175 </panic_category>