Errors
This module implements a set of standard HTTP Errors.
Bases: circuits.core.events.Event
An event for signaling an HTTP error
The constructor creates a new instance and modifies the response argument to reflect the error.
Bases: circuits.web.errors.httperror
An event for signaling the HTTP Forbidden error
The constructor creates a new instance and modifies the response argument to reflect the error.
Bases: circuits.web.errors.httperror
An event for signaling the HTTP Unauthorized error
The constructor creates a new instance and modifies the response argument to reflect the error.
Bases: circuits.web.errors.httperror
An event for signaling the HTTP Not Fouond error
The constructor creates a new instance and modifies the response argument to reflect the error.
Bases: circuits.web.errors.httperror
An event for signaling the HTTP Redirect response
The constructor creates a new instance and modifies the response argument to reflect a redirect response to the given url.