google_api_app_engine v0.0.1 GoogleApi.AppEngine.V1.Model.ErrorHandler View Source
Custom static error page to be served when an error occurs.
Attributes
errorCode (String): Error condition this handler applies to. Defaults to:
null
.- Enum - one of [ERROR_CODE_UNSPECIFIED, ERROR_CODE_DEFAULT, ERROR_CODE_OVER_QUOTA, ERROR_CODE_DOS_API_DENIAL, ERROR_CODE_TIMEOUT]
- mimeType (String): MIME type of file. Defaults to text/html. Defaults to:
null
. - staticFile (String): Static file content to be served for this error. Defaults to:
null
.