Class: Google::Apis::MigrationcenterV1alpha1::ImportError

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImportError

Returns a new instance of ImportError.



4115
4116
4117
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4115

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#error_detailsString

The error information. Corresponds to the JSON property errorDetails

Returns:

  • (String)


4108
4109
4110
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4108

def error_details
  @error_details
end

#severityString

The severity of the error. Corresponds to the JSON property severity

Returns:

  • (String)


4113
4114
4115
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4113

def severity
  @severity
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4120
4121
4122
4123
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4120

def update!(**args)
  @error_details = args[:error_details] if args.key?(:error_details)
  @severity = args[:severity] if args.key?(:severity)
end