class Google::Apis::ComputeBeta::Operation::Error

Output Only

If errors are generated during processing of the operation, this

field will be populated.

Attributes

errors[RW]
Output Only

The array of errors encountered while processing this operation.

Corresponds to the JSON property `errors` @return [Array<Google::Apis::ComputeBeta::Operation::Error::Error>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 23177
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 23182
def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
end