Inherits rpki::xml_utils::text_elt, and rpki::left_right::left_right_namespace.
Inherited by irbe_cli.report_error_elt.
Public Member Functions | |
def | from_exception |
Public Attributes | |
error_code | |
self_handle | |
tag | |
Static Public Attributes | |
tuple | attributes = ("tag", "self_handle", "error_code") |
string | element_name = "report_error" |
error_text = None | |
string | text_attribute = "error_text" |
<report_error/> element.
Definition at line 1073 of file left_right.py.
def rpki.left_right.report_error_elt.from_exception | ( | cls, | ||
e, | ||||
self_handle = None , |
||||
tag = None | ||||
) |
Generate a <report_error/> element from an exception.
Definition at line 1085 of file left_right.py.
tuple rpki.left_right.report_error_elt.attributes = ("tag", "self_handle", "error_code") [static] |
Definition at line 1079 of file left_right.py.
string rpki.left_right.report_error_elt.element_name = "report_error" [static] |
Definition at line 1078 of file left_right.py.
Definition at line 1092 of file left_right.py.
rpki.left_right.report_error_elt.error_text = None [static] |
Definition at line 1082 of file left_right.py.
Definition at line 1090 of file left_right.py.
Definition at line 1091 of file left_right.py.
string rpki.left_right.report_error_elt.text_attribute = "error_text" [static] |
Definition at line 1080 of file left_right.py.