RPKI Engine  1.0
Public Member Functions | Public Attributes | Static Public Attributes
rpki::left_right::report_error_elt Class Reference
Inheritance diagram for rpki::left_right::report_error_elt:
Inheritance graph
Collaboration diagram for rpki::left_right::report_error_elt:
Collaboration graph

List of all members.

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.

Detailed Description

<report_error/> element.

Definition at line 1284 of file left_right.py.


Member Function Documentation

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.


Member Data Documentation

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 1293 of file left_right.py.

Referenced by rpki::publication::report_error_elt::__str__().

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties