App Engine v1 API - Enum ErrorHandler.Types.ErrorCode (2.3.0)

public enum ErrorHandler.Types.ErrorCode

Reference documentation and code samples for the App Engine v1 API enum ErrorHandler.Types.ErrorCode.

Error codes.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
Default

All other error types.

DosApiDenial

Client blocked by the application's Denial of Service protection configuration.

OverQuota

Application has exceeded a resource quota.

Timeout

Deadline reached before the application responds.

Unspecified

Not specified. ERROR_CODE_DEFAULT is assumed.