OpenQuizz
Une application de gestion des contenus pédagogiques
BadGateway Class Reference
Inheritance diagram for BadGateway:
Collaboration diagram for BadGateway:

Static Public Attributes

 code
 
 description
 
- Static Public Attributes inherited from HTTPException
 code
 
 description
 

Additional Inherited Members

- Public Member Functions inherited from HTTPException
def __init__ (self, description=None, response=None)
 
def wrap (cls, exception, name=None)
 
def name (self)
 
def get_description (self, environ=None)
 
def get_body (self, environ=None)
 
def get_headers (self, environ=None)
 
def get_response (self, environ=None)
 
def __call__ (self, environ, start_response)
 
def __str__ (self)
 
def __repr__ (self)
 
- Data Fields inherited from HTTPException
 response
 

Detailed Description

*502* `Bad Gateway`

If you do proxying in your application you should return this status code
if you received an invalid response from the upstream server it accessed
in attempting to fulfill the request.

Field Documentation

◆ code

code
static

◆ description

description
static

The documentation for this class was generated from the following file: