Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | HTTP
Raises an HTTP response Args: status: usually an integer. If it's a well known status code, the ERROR message will be automatically added. A string can also be passed as `510 Foo Bar` and in that case the status code and the error message will be parsed accordingly body: what to return as body. If left as is, will return the error code and the status message in the body itself cookies: pass cookies along (usually not needed) headers: pass headers as usual dict mapping
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
message compose a message describing this exception |
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
stringify me
|
|
messagecompose a message describing this exception "status defined_status [web2py_error]" message elements that are not defined are omitted
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:16 2014 | http://epydoc.sourceforge.net |