| Home | Trees | Indices | Help |
|
|---|
|
|
Entropy Errors Reporting Interface that works over User Generated
Content (UGC) infrastructure. This version is bound to a specific
repository which MUST provide UGC services, otherwise, the error
submission will fail.
This class will allow Entropy repository maintainers to know about
critical errors happened during normal operation.
Here is an example on how to use this:
error_interface = UGCErrorReportInterface('sabayonlinux.org')
error_interface.prepare()
reported = error_interface.submit()
if reported:
print("error reported succesfully")
else:
print("cannot report error")
| Instance Methods | |||
|
|||
| None |
|
||
|
Inherited from |
|||
| Method Details |
object constructor, repository_id must be a valid repository identifier. @param repository_id -- valid repository identifier @type basestring
|
Overloaded method from ErrorReportInterface. Does the actual error submission. You must call it after prepare(). @return submission status -- bool
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 5 16:58:53 2009 | http://epydoc.sourceforge.net |