View Source GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError (google_api_accelerated_mobile_page_url v0.12.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.