DeltaXMLProcessingException getErrorCode Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Errors detected by the Comparator and Combiner operations were each given an identifying number in releases prior to 5.0 of the XML Compare API.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public virtual int getErrorCode()

Return Value

Type: Int32
The error code which identifies the type and source of the exception. If zero then the exception may not have an associated error code.
Remarks

Errors detected by the Comparator and Combiner operations were each given an identifying number in releases prior to 5.0 of the XML Compare API. In release 5.0 this mechanism has been improved using explicit subtypes of this class. The errors codes and this method have been maintained for backwards compatibility.

This number uniquely identifies both the type of error and the location in the code where it originates.

The error code may be useful for analyzing or interpreting errors and reporting bugs.

They can be roughly categorized by:

0 - 9
Misc errors (fatalError)
10 - 49
Verification errors when checking the base file against a DXMLConstants (fatalError)
50 - 99
Verification errors when checking DeltaXML elements (fatalError)
50 - 99
Verification errors when checking DeltaXML elements (fatalError)
100 - 199
Errors in the XML-Markup combination algorithm (error)
200 - 299
Errors in the DTD-based combination algorithm (error)
300 - 399
Errors in the Unordered combination algorithm (error)
400 - 499
Some confusion?????(warning)
See Also