google_api_storage_transfer v0.1.0 GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry View Source

An entry describing an error that has occurred.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.StorageTransfer.V1.Model.ErrorLogEntry{
  errorDetails: [any()],
  url: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.