BigQuery Migration v2 API - Class ErrorDetail (1.3.0)

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.

Inheritance

object > ErrorDetail

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ErrorDetail()

public ErrorDetail()

ErrorDetail(ErrorDetail)

public ErrorDetail(ErrorDetail other)
Parameter
NameDescription
otherErrorDetail

Properties

ErrorInfo

public ErrorInfo ErrorInfo { get; set; }

Required. Describes the cause of the error with structured detail.

Property Value
TypeDescription
ErrorInfo

Location

public ErrorLocation Location { get; set; }

Optional. The exact location within the resource (if applicable).

Property Value
TypeDescription
ErrorLocation