google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.ErrorHandler View Source

Custom static error page to be served when an error occurs.

Attributes

  • errorCode (String.t): 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.t): MIME type of file. Defaults to text/html. Defaults to: null.
  • staticFile (String.t): Static file content to be served for this error. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.ErrorHandler{
  errorCode: any(),
  mimeType: any(),
  staticFile: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.