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.



7684
7685
7686
7687
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7684

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

#error_details::Array<::Google::Cloud::Compute::V1::ErrorDetails>

Returns [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.

Returns:

  • (::Array<::Google::Cloud::Compute::V1::ErrorDetails>)

    [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.



7684
7685
7686
7687
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7684

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.



7684
7685
7686
7687
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7684

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.



7684
7685
7686
7687
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7684

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