Public Member Functions | |
def | from_exception |
Public Attributes | |
error_code | |
Static Public Attributes | |
tuple | attributes = ("tag", "error_code") |
XML attributes for this element. | |
string | element_name = "report_error" |
<report_error/> element.
Definition at line 288 of file publication.py.
def rpki.publication.report_error_elt.from_exception | ( | cls, | ||
exc | ||||
) |
Generate a <report_error/> element from an exception.
Definition at line 297 of file publication.py.
tuple rpki.publication.report_error_elt.attributes = ("tag", "error_code") [static] |
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 294 of file publication.py.
string rpki.publication.report_error_elt.element_name = "report_error" [static] |
Definition at line 293 of file publication.py.
Definition at line 302 of file publication.py.