RPKI Engine
1.0
|
Public Member Functions | |
def | from_exception |
Public Attributes | |
error_code | |
self_handle | |
tag | |
Static Public Attributes | |
tuple | attributes = ("tag", "self_handle", "error_code") |
XML attributes for this element. | |
string | element_name = "report_error" |
error_text = None | |
string | text_attribute = "error_text" |
Name of the class attribute that holds the text value. |
<report_error/> element.
Definition at line 1284 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 1296 of file left_right.py.
tuple rpki::left_right::report_error_elt::attributes = ("tag", "self_handle", "error_code") [static] |
XML attributes for this element.
Reimplemented from rpki::xml_utils::base_elt.
Definition at line 1290 of file left_right.py.
Referenced by irbe_cli::cmd_elt_mixin::client_getopt(), rpki::xml_utils::base_elt::make_elt(), and rpki::xml_utils::base_elt::read_attrs().
string rpki::left_right::report_error_elt::element_name = "report_error" [static] |
Definition at line 1289 of file left_right.py.
Referenced by rpki::xml_utils::base_elt::endElement(), rpki::publication::publication_object_elt::endElement(), rpki::xml_utils::data_elt::endElement(), rpki::xml_utils::base_elt::make_elt(), rpki::xml_utils::data_elt::make_reply(), rpki::xml_utils::data_elt::serve_create(), rpki::left_right::data_elt::serve_fetch_all(), rpki::left_right::data_elt::serve_fetch_one_maybe(), and rpki::xml_utils::base_elt::startElement().
Definition at line 1298 of file left_right.py.
Referenced by rpki::publication::report_error_elt::__str__(), and rpki::publication::report_error_elt::raise_if_error().
rpki::left_right::report_error_elt::error_text = None [static] |
Definition at line 1293 of file left_right.py.
Referenced by rpki::publication::report_error_elt::__str__().
Definition at line 1298 of file left_right.py.
Referenced by rpki::left_right::self_elt::cron(), rpki::left_right::list_published_objects_elt::make_reply(), rpki::left_right::list_received_resources_elt::make_reply(), rpki::left_right::self_elt::regenerate_crls_and_manifests(), rpki::left_right::list_published_objects_elt::serve_dispatch(), rpki::left_right::list_received_resources_elt::serve_dispatch(), rpki::left_right::self_elt::serve_fetch_one_maybe(), rpki::up_down::list_pdu::serve_pdu(), rpki::up_down::issue_pdu::serve_pdu(), rpki::left_right::self_elt::serve_run_now(), rpki::left_right::self_elt::update_children(), rpki::left_right::self_elt::update_ghostbusters(), and rpki::left_right::self_elt::update_roas().
Definition at line 1298 of file left_right.py.
Referenced by rpki::publication::report_error_elt::__str__(), rpki::xml_utils::data_elt::make_reply(), rpki::left_right::list_published_objects_elt::make_reply(), rpki::left_right::list_received_resources_elt::make_reply(), and rpki::publication::publication_object_elt::serve_dispatch().
string rpki::left_right::report_error_elt::text_attribute = "error_text" [static] |
Name of the class attribute that holds the text value.
Reimplemented from rpki::xml_utils::text_elt.
Definition at line 1291 of file left_right.py.
Referenced by rpki::xml_utils::text_elt::endElement(), and rpki::xml_utils::text_elt::toXML().