View Source GoogleApi.DataMigration.V1beta1.Model.MigrationJobVerificationError (google_api_data_migration v0.15.0)

Error message of a verification Migration job.

Attributes

  • errorCode (type: String.t, default: nil) - Output only. An instance of ErrorCode specifying the error that occurred.
  • errorDetailMessage (type: String.t, default: nil) - Output only. A specific detailed error message, if supplied by the engine.
  • errorMessage (type: String.t, default: nil) - Output only. A formatted message with further details about the error and a CTA.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1beta1.Model.MigrationJobVerificationError{
  errorCode: String.t() | nil,
  errorDetailMessage: String.t() | nil,
  errorMessage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.