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

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

*403* `Forbidden`

Raise if the user doesn't have the permission for the requested resource
but was authenticated.

Field Documentation

◆ code

code
static

◆ description

description
static

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