Module: Google::Cloud::AppEngine::V1::ErrorHandler::ErrorCode
- Defined in:
- proto_docs/google/appengine/v1/app_yaml.rb
Overview
Error codes.
Constant Summary collapse
- ERROR_CODE_UNSPECIFIED =
Not specified. ERROR_CODE_DEFAULT is assumed.
0
- ERROR_CODE_DEFAULT =
All other error types.
0
- ERROR_CODE_OVER_QUOTA =
Application has exceeded a resource quota.
1
- ERROR_CODE_DOS_API_DENIAL =
Client blocked by the application's Denial of Service protection configuration.
2
- ERROR_CODE_TIMEOUT =
Deadline reached before the application responds.
3