Home | Trees | Indices | Help |
---|
|
object --+ | gxml.Node --+ | gxml.Document --+ | error_t
>>> test_document( ... error_t(serial_number = '3c394432-8270-411b-9239-98c2c499f87f', ... error_message='Bad username and/or password for API Access.', ... warning_messages = ['IP address is suspicious.', ... 'MAC address is shadowed.'] ... ) ... , ... ''' ... <error xmlns="http://checkout.google.com/schema/2" serial-number="3c394432-8270-411b-9239-98c2c499f87f"> ... <error-message>Bad username and/or password for API Access.</error-message> ... <warning-messages> ... <string>IP address is suspicious.</string> ... <string>MAC address is shadowed.</string> ... </warning-messages> ... </error> ... ''' ... )
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
|
|||
tag_name =
The document's unique xml tag name. |
|||
serial_number = ID:PATH(@serial-number):REQ:EMPTY
|
|||
error_message = String:PATH(error-message):REQ:EMPTY
|
|||
warning_messages = List:PATH(warning-messages):OP
|
|||
_fields =
list of meta-Fields of this class. |
|
|||
Inherited from |
|
warning_messages
|
_fieldslist of meta-Fields of this class.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:45 2008 | http://epydoc.sourceforge.net |