Class: Google::Cloud::StorageTransfer::V1::ErrorSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

A summary of errors by error code, plus a count and sample error log entries.

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::Google::Rpc::Code

Returns Required.

Returns:



1132
1133
1134
1135
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1132

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

#error_count::Integer

Returns Required. Count of this type of error.

Returns:

  • (::Integer)

    Required. Count of this type of error.



1132
1133
1134
1135
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1132

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

#error_log_entries::Array<::Google::Cloud::StorageTransfer::V1::ErrorLogEntry>

Returns Error samples.

At most 5 error log entries are recorded for a given error code for a single transfer operation.

Returns:



1132
1133
1134
1135
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1132

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