Class: Google::Cloud::Compute::V1::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] If errors are generated during processing of the operation, this field will be populated.

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array<::Google::Cloud::Compute::V1::Errors>

Returns [Output Only] The array of errors encountered while processing this operation.

Returns:



5951
5952
5953
5954
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5951

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end