t.w.e.Error(Exception) : class documentation

Part of twisted.web.error View Source View In Hierarchy

Known subclasses: twisted.web.client.PartialDownloadError, twisted.web.error.InfiniteRedirection, twisted.web.error.PageRedirect

A basic HTTP error.
ParametersmessageA short error message, for example "NOT FOUND".
Instance VariablesstatusRefers to an HTTP status code, for example http.NOT_FOUND. (type: str )
responseA complete HTML document for an error page. (type: str )
Method __init__ Initializes a basic exception.
Method __str__ Undocumented
def __init__(self, code, message=None, response=None): (source)
Initializes a basic exception.
ParameterscodeRefers to an HTTP status code, for example http.NOT_FOUND. If no message is given, code is mapped to a descriptive string that is used instead. (type: str )
messageA short error message, for example "NOT FOUND". (type: str )
responseA complete HTML document for an error page. (type: str )
def __str__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.