GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry (google_api_storage_transfer v0.37.3)

View Source

An entry describing an error that has occurred.

Attributes

  • errorDetails (type: list(String.t), default: nil) - A list of messages that carry the error details.
  • url (type: String.t, default: nil) - Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry{
  errorDetails: [String.t()] | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.