XML_ErrorStringΒΆ

XML_ErrorString returns a string describing the error corresponding to code. The code should be one of the enums that can be returned from XML_GetErrorCode.

ssErrorString = XML_ErrorString(nCode)

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 XML_GetErrorCode.

Parameters

nCode

nCode.

id-1266609