response_templates
routes.utils.response_templates
error_internal_response
error_internal_response(content=None)
Function returning Response object when Exception occures
Source code in yaptide/routes/utils/response_templates.py
18 19 20 |
|
error_validation_response
error_validation_response(content=None)
Function returning Response object when ValidationError occures
Source code in yaptide/routes/utils/response_templates.py
13 14 15 |
|
yaptide_response
yaptide_response(message, code, content=None)
Function returning Response object
Source code in yaptide/routes/utils/response_templates.py
5 6 7 8 9 10 |
|