View Source GoogleApi.DisplayVideo.V1.Model.ScriptError (google_api_display_video v0.35.0)

An error message for a custom bidding script.

Attributes

  • column (type: String.t, default: nil) - The column number in the script where the error was thrown.
  • errorCode (type: String.t, default: nil) - The type of error.
  • errorMessage (type: String.t, default: nil) - The detailed error message.
  • line (type: String.t, default: nil) - The line number in the script where the error was thrown.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.ScriptError{
  column: String.t() | nil,
  errorCode: String.t() | nil,
  errorMessage: String.t() | nil,
  line: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.