Trees | Indices | Help |
|
---|
|
Many methods in the API return a status value, this class provides an enumeration of the status valid return values.
|
|||
Inherited from |
|
|||
(str or int, str)
|
|
|
|||
NORMAL = 0
|
|||
MEM_ERROR = 1
|
|||
ZERO_INFO = 2
|
|||
NULL_LIST = 3
|
|||
NOT_FOUND = 4
|
|||
OPEN_ERROR = 5
|
|||
WRITE_ERROR = 6
|
|||
READ_ERROR = 7
|
|||
NOT_MODIFIED = 8
|
|||
NULL_FUNCTION = 9
|
|||
CONTINUE = 10
|
|||
__MESSAGES =
|
|||
_ERRORS =
|
|
|||
Inherited from |
|
Return a tuple consisting of the text name of the status return value and the description of the status. If the return value is invalid the number of the value is returned and the phrase 'Unknown error'.
|
|
__MESSAGES
|
_ERRORS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 17 12:57:09 2012 | http://epydoc.sourceforge.net |