exception documentation

class HttpServiceUnavailable(HttpException):

View In Hierarchy

503 Service Unavailable

RFC2616, 10.5.4: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.

Class Variable code Undocumented

Inherited from HttpException:

Method __init__ Undocumented
Instance Variable headers Undocumented
Instance Variable message Undocumented
code: int =

Undocumented