Class ResourceErrorDetail (0.7.1)

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

Provides details for errors and the corresponding resources.

Attributes

NameDescription
resource_info google.rpc.error_details_pb2.ResourceInfo
Required. Information about the resource where the error is located.
error_details Sequence[google.cloud.bigquery_migration_v2alpha.types.ErrorDetail]
Required. The error details for the resource.
error_count int
Required. How many errors there are in total for the resource. Truncation can be indicated by having an ``error_count`` that is higher than the size of ``error_details``.

Inheritance

builtins.object > proto.message.Message > ResourceErrorDetail