public sealed class ErrorDetail : IMessage<ErrorDetail>, IEquatable<ErrorDetail>, IDeepCloneable<ErrorDetail>, IBufferMessage, IMessageReference 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
Google.Cloud.BigQuery.Migration.V2Assembly
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 |
|