Class Errors (1.6.0)

Errors(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
code str
[Output Only] The error type identifier for this error. This field is a member of `oneof`_ ``_code``.
error_details Sequence[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``.

Inheritance

builtins.object > proto.message.Message > Errors