Class: Google::Cloud::Bigquery::Migration::V2::ErrorDetail

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb

Overview

Provides details for errors, e.g. issues that where encountered when processing a subtask.

Instance Attribute Summary collapse

Instance Attribute Details

#error_info::Google::Rpc::ErrorInfo

Returns Required. Describes the cause of the error with structured detail.

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 50

class ErrorDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::Google::Cloud::Bigquery::Migration::V2::ErrorLocation

Returns Optional. The exact location within the resource (if applicable).

Returns:



50
51
52
53
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 50

class ErrorDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end