class documentation

Common container for 'error' and 'failure' results

Method __init__ @param type_: type attribute from xml @type type_: str @param text: text property from xml @type text: str
Instance Variable text Undocumented
Instance Variable type Undocumented
def __init__(self, type_, text):

@param type_: type attribute from xml @type type_: str @param text: text property from xml @type text: str

text =

Undocumented

type =

Undocumented