View Source GoogleApi.Datastream.V1.Model.Error (google_api_datastream v0.4.0)

Represent a user-facing Error.

Attributes

  • details (type: map(), default: nil) - Additional information about the error.
  • errorTime (type: DateTime.t, default: nil) - The time when the error occurred.
  • errorUuid (type: String.t, default: nil) - A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
  • message (type: String.t, default: nil) - A message containing more information about the error that occurred.
  • reason (type: String.t, default: nil) - A title that explains the reason for the error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.Error{
  details: map() | nil,
  errorTime: DateTime.t() | nil,
  errorUuid: String.t() | nil,
  message: String.t() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.