View Source GoogleApi.MigrationCenter.V1.Model.ImportError (google_api_migration_center v0.4.0)

A resource that reports the errors encountered while processing an import job.

Attributes

  • errorDetails (type: String.t, default: nil) - The error information.
  • severity (type: String.t, default: nil) - The severity of the error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ImportError{
  errorDetails: String.t() | nil,
  severity: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.