| 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 as (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 Mon Aug 4 09:45:14 2014 | http://epydoc.sourceforge.net |