View Source GoogleApi.MigrationCenter.V1.Model.ErrorFrame (google_api_migration_center v0.6.0)

Message representing a frame which failed to be processed due to an error.

Attributes

  • ingestionTime (type: DateTime.t, default: nil) - Output only. Frame ingestion time.
  • name (type: String.t, default: nil) - Output only. The identifier of the ErrorFrame.
  • originalFrame (type: GoogleApi.MigrationCenter.V1.Model.AssetFrame.t, default: nil) - Output only. The frame that was originally reported.
  • violations (type: list(GoogleApi.MigrationCenter.V1.Model.FrameViolationEntry.t), default: nil) - Output only. All the violations that were detected for the frame.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ErrorFrame{
  ingestionTime: DateTime.t() | nil,
  name: String.t() | nil,
  originalFrame: GoogleApi.MigrationCenter.V1.Model.AssetFrame.t() | nil,
  violations: [GoogleApi.MigrationCenter.V1.Model.FrameViolationEntry.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.