Part of twisted.web.error View Source View In Hierarchy
ResponseFailed
if we got a redirect without a Location header field.| Present Since | 11.1 | |
| Method | __init__ | Initializes a page redirect exception when no location is given. |
Inherited from Error:
| 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.
(type: str
) | |
| uri | The URI which failed to give a proper location header field.
(type: str
) |