为了获取 500 错误,我使用 webapp2 显示自定义错误页面:http ://webapp-improved.appspot.com/guide/exceptions.html#exceptions-in-the-wsgi-app 。
发生错误时始终显示此页面。即使存在 over_quota 错误并且 app.yaml 已正确配置。
如何显示 Quota_over Error 的自定义页面?
在 app.yaml 中:-
error_handlers:
- error_code: over_quota
file: over_quota.html