google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V5.Model.LighthouseResultV5RuntimeError View Source

A top-level error message that, if present, indicates a serious enough problem that this Lighthouse result may need to be discarded.

Attributes

  • code (type: String.t, default: nil) - The enumerated Lighthouse Error code.
  • message (type: String.t, default: nil) - A human readable message explaining the error code.

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.PageSpeedOnline.V5.Model.LighthouseResultV5RuntimeError{
  code: String.t(),
  message: String.t()
}

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.