Class: Google::Cloud::Compute::V1::Errors

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

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns [Output Only] The error type identifier for this error.

Returns:

  • (::String)

    [Output Only] The error type identifier for this error.



5965
5966
5967
5968
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5965

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

#location::String

Returns [Output Only] Indicates the field in the request that caused the error. This property is optional.

Returns:

  • (::String)

    [Output Only] Indicates the field in the request that caused the error. This property is optional.



5965
5966
5967
5968
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5965

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

#message::String

Returns [Output Only] An optional, human-readable error message.

Returns:

  • (::String)

    [Output Only] An optional, human-readable error message.



5965
5966
5967
5968
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5965

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