Class: Google::Cloud::StorageBatchOperations::V1::ErrorSummary
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::ErrorSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb
Overview
A summary of errors by error code, plus a count and sample error log entries.
Instance Attribute Summary collapse
-
#error_code ⇒ ::Google::Rpc::Code
Required.
-
#error_count ⇒ ::Integer
Required.
-
#error_log_entries ⇒ ::Array<::Google::Cloud::StorageBatchOperations::V1::ErrorLogEntry>
Required.
Instance Attribute Details
#error_code ⇒ ::Google::Rpc::Code
Returns Required. The canonical error code.
334 335 336 337 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 334 class ErrorSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_count ⇒ ::Integer
Returns Required. Number of errors encountered per error_code.
334 335 336 337 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 334 class ErrorSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_log_entries ⇒ ::Array<::Google::Cloud::StorageBatchOperations::V1::ErrorLogEntry>
Returns Required. Sample error logs.
334 335 336 337 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 334 class ErrorSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |