Part of twisted.web.error View Source View In Hierarchy
Known subclasses: twisted.web.client.PartialDownloadError, twisted.web.error.InfiniteRedirection, twisted.web.error.PageRedirect, twisted.web.error.RedirectWithNoLocation
Parameters | message | A short error message, for example "NOT FOUND". (type: str ) |
Instance Variable | status | Refers to an HTTP status code, for example http.NOT_FOUND . (type: str ) |
Instance Variable | response | A complete HTML document for an error page. (type: str ) |
Method | __init__ | Initializes a basic exception. |
Method | __str__ | Undocumented |
Parameters | code | Refers 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 ) |
message | A short error message, for example "NOT FOUND". (type: str ) | |
response | A complete HTML document for an error page. (type: str ) |