Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::V1::ErrorSummary.
A summary of errors by error code, plus a count and sample error log entries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_code
def error_code() -> ::Google::Rpc::Code- (::Google::Rpc::Code) — Required.
#error_code=
def error_code=(value) -> ::Google::Rpc::Code- value (::Google::Rpc::Code) — Required.
- (::Google::Rpc::Code) — Required.
#error_count
def error_count() -> ::Integer- (::Integer) — Required. Count of this type of error.
#error_count=
def error_count=(value) -> ::Integer- value (::Integer) — Required. Count of this type of error.
- (::Integer) — Required. Count of this type of error.
#error_log_entries
def error_log_entries() -> ::Array<::Google::Cloud::StorageTransfer::V1::ErrorLogEntry>-
(::Array<::Google::Cloud::StorageTransfer::V1::ErrorLogEntry>) — Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
#error_log_entries=
def error_log_entries=(value) -> ::Array<::Google::Cloud::StorageTransfer::V1::ErrorLogEntry>-
value (::Array<::Google::Cloud::StorageTransfer::V1::ErrorLogEntry>) — Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.
-
(::Array<::Google::Cloud::StorageTransfer::V1::ErrorLogEntry>) — Error samples.
At most 5 error log entries are recorded for a given error code for a single transfer operation.