Did you know that you can define a custom error response for conditions that might occur before your application code is even invoked? Typical situations might be:
- Application has exceeded quota
- Request is blocked because it looks like a denial-of-service attack
- Request handler timed out before returning a response
To configure a custom error response for situations like these, you can add the error_handlers element to your app.yaml file.
0 Comments