public sealed class ErrorDetail : IMessage<ErrorDetail>, IEquatable<ErrorDetail>, IDeepCloneable<ErrorDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ErrorDetail.
Provides details for errors, e.g. issues that where encountered when processing a subtask.
Implements
IMessageErrorDetail, IEquatableErrorDetail, IDeepCloneableErrorDetail, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ErrorDetail()
public ErrorDetail()
ErrorDetail(ErrorDetail)
public ErrorDetail(ErrorDetail other)
Parameter | |
---|---|
Name | Description |
other | ErrorDetail |
Properties
ErrorInfo
public ErrorInfo ErrorInfo { get; set; }
Required. Describes the cause of the error with structured detail.
Property Value | |
---|---|
Type | Description |
ErrorInfo |
Location
public ErrorLocation Location { get; set; }
Optional. The exact location within the resource (if applicable).
Property Value | |
---|---|
Type | Description |
ErrorLocation |