Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ErrorCode.
Error codes.
Protobuf type google.appengine.v1.ErrorHandler.ErrorCode
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ERROR_CODE_UNSPECIFIED
Value: 0
Not specified. ERROR_CODE_DEFAULT is assumed.
Generated from protobuf enum ERROR_CODE_UNSPECIFIED = 0;
ERROR_CODE_DEFAULT
Value: 0
All other error types.
Generated from protobuf enum ERROR_CODE_DEFAULT = 0;
ERROR_CODE_OVER_QUOTA
Value: 1
Application has exceeded a resource quota.
Generated from protobuf enum ERROR_CODE_OVER_QUOTA = 1;
ERROR_CODE_DOS_API_DENIAL
Value: 2
Client blocked by the application's Denial of Service protection configuration.
Generated from protobuf enum ERROR_CODE_DOS_API_DENIAL = 2;
ERROR_CODE_TIMEOUT
Value: 3
Deadline reached before the application responds.
Generated from protobuf enum ERROR_CODE_TIMEOUT = 3;