Class: Google::Cloud::Parallelstore::V1::TransferErrorSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1::TransferErrorSummary
- 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
-
#error_code ⇒ ::Google::Rpc::Code
One of the error codes that caused the transfer failure.
-
#error_count ⇒ ::Integer
Count of this type of error.
-
#error_log_entries ⇒ ::Array<::Google::Cloud::Parallelstore::V1::TransferErrorLogEntry>
A list of messages that carry the error details.
Instance Attribute Details
#error_code ⇒ ::Google::Rpc::Code
Returns One of the error codes that caused the transfer failure.
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.
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.
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 |