Name | Description |
---|---|
piErrorCode | Returns an error code |
piErrorCount | Returns the number of errors when pbMultipleErrorMessages is True |
piFilePos | Returns the absolute character position in the file where the error occurred |
piLine | Returns the number of the line in the document that contains the error |
piLinePos | Returns the character position of the error within the line in which it occurred |
psErrorXPath | Returns an XPath statement that locates the error |
psReason | Returns the text description of the source and the reason for the error |
psSrcText | Returns the full text of the line that contains the error, or an empty string if the error cannot be assigned to a specific line |
psURL | Returns the URL of the most recent XML document that contained an error |
Inherited Properties from cObject | |
Child_Count | Returns the number of child objects the object contains |
Delegation_Mode | Determines if and how unknown messages are delegated |
Name | Returns the full name of the object including parentage |
Object_Id | Returns the object handle of the object, can be used to determine if an object exists |
Object_Label | Returns the short name of an object |
Parent | Returns the parent of an object |
peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing |