GoogleApi.AppEngine.V1.Model.ErrorHandler (google_api_app_engine v0.34.0) View Source

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

Attributes

  • errorCode (type: String.t, default: nil) - Error condition this handler applies to.
  • mimeType (type: String.t, default: nil) - MIME type of file. Defaults to text/html.
  • staticFile (type: String.t, default: nil) - Static file content to be served for this error.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AppEngine.V1.Model.ErrorHandler{
  errorCode: String.t() | nil,
  mimeType: String.t() | nil,
  staticFile: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.