Module libxml2 :: Class Error
[hide private]
[frames] | no frames]

Class Error

source code

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
code(self)
The error code, e.g.
source code
 
domain(self)
What part of the library raised this error
source code
 
file(self)
the filename
source code
 
level(self)
how consequent is the error
source code
 
line(self)
the line number if available
source code
 
message(self)
human-readable informative error message
source code
 
copyError(self, to)
Save the original error to the new place.
source code
 
resetError(self)
Cleanup the error.
source code
Method Details [hide private]

code(self)

source code 
The error code, e.g. an xmlParserError