Package brisa :: Package upnp :: Module soap :: Class HTTPError
[hide private]
[frames] | no frames]

Class HTTPError

source code

exceptions.Exception --+
                       |
                      HTTPError

Represents an error of a HTTP request.

Instance Methods [hide private]
 
__init__(self, code, msg)
Constructor for the HTTPError class.
source code
 
__repr__(self) source code
 
__call___(self) source code
Method Details [hide private]

__init__(self, code, msg)
(Constructor)

source code 

Constructor for the HTTPError class.

Parameters:
  • code (string) - error code
  • msg (string) - error message