class documentation

class PageRedirect(Error): (source)

View In Hierarchy

A request resulted in an HTTP redirect.

Instance Variable location The location of the redirect which was not followed.
Method __init__ Initializes a page redirect exception.
Instance Variable message Undocumented

Inherited from Error:

Instance Variable status Refers to an HTTP status code, for example http.NOT_FOUND.
Instance Variable response A complete HTML document for an error page.
Method __str__ Undocumented
location = (source)
The location of the redirect which was not followed.
(type: bytes)
def __init__(self, code, message=None, response=None, location=None): (source)

Initializes a page redirect 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: bytes)
messageA short error message, for example "NOT FOUND". (type: bytes)
responseA complete HTML document for an error page. (type: bytes)
locationThe location response-header field value. It is an absolute URI used to redirect the receiver to a location other than the Request-URI so the request can be completed. (type: bytes)
message = (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.