Package circuits :: Package web :: Module errors :: Class HTTPError

Class HTTPError

object --+    
         |    
core.Event --+
             |
            HTTPError
Known Subclasses:

Instance Methods
 
__init__(self, request, response, status, message=None, error=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)

Inherited from core.Event: __eq__, __getitem__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables

Inherited from core.Event: target

Instance Variables

Inherited from core.Event: channel, name

Properties

Inherited from object: __class__

Method Details

__init__(self, request, response, status, message=None, error=None)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • args - list of arguments
  • kwargs - dct of keyword arguments
Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)