Class ErrorDetails (0.12.1)

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

Container for structured error details providing additional context specific to the encountered error code.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
error_info google.cloud.compute_v1beta.types.ErrorInfo
Error information containing structured domain, reason, and metadata. This field is a member of oneof_ _error_info.
help_ google.cloud.compute_v1beta.types.Help
Links and information to help the user resolve the error. This field is a member of oneof_ _help.
localized_message google.cloud.compute_v1beta.types.LocalizedMessage
A localized human-readable error message intended for end users. This field is a member of oneof_ _localized_message.
quota_info google.cloud.compute_v1beta.types.QuotaExceededInfo
Details about quota limits and metrics when a quota is exceeded. This field is a member of oneof_ _quota_info.