google_api_accelerated_mobile_page_url v0.10.0 GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError View Source

AMP URL Error resource for a requested URL that couldn't be found.

Attributes

  • errorCode (type: String.t, default: nil) - The error code of an API call.
  • errorMessage (type: String.t, default: nil) - An optional descriptive error message.
  • originalUrl (type: String.t, default: nil) - The original non-AMP URL.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError{
  errorCode: String.t(),
  errorMessage: String.t(),
  originalUrl: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.