View Source GoogleApi.PageSpeedOnline.V5.Model.RuntimeError (google_api_page_speed_online v0.16.1)

Message containing a runtime error config.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V5.Model.RuntimeError{
  code: String.t() | nil,
  message: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.