Class: Google::Cloud::Bigquery::Migration::V2::ErrorDetail
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ErrorDetail
- 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
-
#error_info ⇒ ::Google::Rpc::ErrorInfo
Required.
-
#location ⇒ ::Google::Cloud::Bigquery::Migration::V2::ErrorLocation
Optional.
Instance Attribute Details
#error_info ⇒ ::Google::Rpc::ErrorInfo
Returns Required. Describes the cause of the error with structured detail.
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).
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 |