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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.