Home | Trees | Indices | Help |
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | IPPError
This exception is raised when an IPP error has occurred. It provides an integer IPP status code, and a human-readable string describing the error.
Use it like this:
try: ... except cups.IPPError (status, description): print 'IPP status is %d' % status print 'Meaning:', description
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 10 21:02:31 2011 | http://epydoc.sourceforge.net |