.. highlightlang:: us .. _xml_errorstring: XML_ErrorString =============== .. index:: XML_ErrorString .. us.tag XML_ErrorString NOTREADYENGLISH New330 XML :ref:`XML_ErrorString` returns a string describing the error corresponding to code. The code should be one of the enums that can be returned from :ref:`XML_GetErrorCode`. .. function:: ssErrorString = XML_ErrorString(nCode) .. us.return **Return Value** *ssErrorString* is a string describing the error corresponding to code. The code should be one of the enums that can be returned from :ref:`XML_GetErrorCode`. .. us.params **Parameters** .. uparam:: nCode *nCode*. .. seealso:: :ref:`overview-xml`, :ref:`XML_GetErrorCode` :sub:`id-1266609`