Errors(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
code |
str
[Output Only] The error type identifier for this error. This field is a member of oneof _ _code .
|
error_details |
MutableSequence[google.cloud.compute_v1.types.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. |
location |
str
[Output Only] Indicates the field in the request that caused the error. This property is optional. This field is a member of oneof _ _location .
|
message |
str
[Output Only] An optional, human-readable error message. This field is a member of oneof _ _message .
|