Class: Google::Apis::ComputeAlpha::Operation::Error
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::Operation::Error
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Overview
[Output Only] If errors are generated during processing of the operation, this field will be populated.
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#errors ⇒ Array<Google::Apis::ComputeAlpha::Operation::Error::Error>
[Output Only] The array of errors encountered while processing this operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Error
constructor
A new instance of Error.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ Error
Returns a new instance of Error
16251 16252 16253 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16251 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Array<Google::Apis::ComputeAlpha::Operation::Error::Error>
[Output Only] The array of errors encountered while processing this operation.
Corresponds to the JSON property errors
16249 16250 16251 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16249 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16256 16257 16258 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 16256 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |