Class ErrorDetail (0.7.1)

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

Provides details for errors, e.g. issues that where encountered when processing a subtask.

Attributes

NameDescription
location google.cloud.bigquery_migration_v2alpha.types.ErrorLocation
Optional. The exact location within the resource (if applicable).
error_info google.rpc.error_details_pb2.ErrorInfo
Required. Describes the cause of the error with structured detail.

Inheritance

builtins.object > proto.message.Message > ErrorDetail