class Google::Apis::StoragetransferV1::ErrorSummary
A summary of errors by error code, plus a count and sample error log entries.
Attributes
error_code[RW]
Required. Corresponds to the JSON property `errorCode` @return [String]
error_count[RW]
Count of this type of error. Required. Corresponds to the JSON property `errorCount` @return [String]
error_log_entries[RW]
Error samples. Corresponds to the JSON property `errorLogEntries` @return [Array<Google::Apis::StoragetransferV1::ErrorLogEntry>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/storagetransfer_v1/classes.rb, line 1007 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/storagetransfer_v1/classes.rb, line 1012 def update!(**args) @error_code = args[:error_code] if args.key?(:error_code) @error_count = args[:error_count] if args.key?(:error_count) @error_log_entries = args[:error_log_entries] if args.key?(:error_log_entries) end