Class: Google::Cloud::Compute::V1::Errors
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Errors
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#code ⇒ ::String
[Output Only] The error type identifier for this error.
-
#error_details ⇒ ::Array<::Google::Cloud::Compute::V1::ErrorDetails>
[Output Only] An optional list of messages that contain the error details.
-
#location ⇒ ::String
[Output Only] Indicates the field in the request that caused the error.
-
#message ⇒ ::String
[Output Only] An optional, human-readable error message.
Instance Attribute Details
#code ⇒ ::String
Returns [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.
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.
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 |