Class: Google::Cloud::Parallelstore::V1::TransferErrorSummary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/parallelstore/v1/parallelstore.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 One of the error codes that caused the transfer failure.

Returns:



530
531
532
533
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 530

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

#error_count::Integer

Returns Count of this type of error.

Returns:

  • (::Integer)

    Count of this type of error.



530
531
532
533
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 530

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

#error_log_entries::Array<::Google::Cloud::Parallelstore::V1::TransferErrorLogEntry>

Returns A list of messages that carry the error details.

Returns:



530
531
532
533
# File 'proto_docs/google/cloud/parallelstore/v1/parallelstore.rb', line 530

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