Public Member Functions | |
def | from_exception |
Public Attributes | |
error_code | |
self_id | |
text | |
Static Public Attributes | |
tuple | attributes = ("tag", "self_id", "error_code") |
XML attributes for this element. | |
string | element_name = "report_error" |
<report_error/> element.
Definition at line 996 of file left_right.py.
def rpki.left_right.report_error_elt.from_exception | ( | cls, | ||
e, | ||||
self_id = None | ||||
) |
Generate a <report_error/> element from an exception.
Definition at line 1005 of file left_right.py.
tuple rpki.left_right.report_error_elt.attributes = ("tag", "self_id", "error_code") [static] |
XML attributes for this element.
Reimplemented from rpki.xml_utils.base_elt.
Definition at line 1002 of file left_right.py.
string rpki.left_right.report_error_elt.element_name = "report_error" [static] |
Definition at line 1001 of file left_right.py.
Definition at line 1011 of file left_right.py.
Definition at line 1010 of file left_right.py.
Definition at line 1012 of file left_right.py.