Class ErrorCount
The error count for a given error reason.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class ErrorCount : IMessage<ErrorCount>, IEquatable<ErrorCount>, IDeepCloneable<ErrorCount>, IBufferMessage, IMessage
Constructors
ErrorCount()
Declaration
public ErrorCount()
ErrorCount(ErrorCount)
Declaration
public ErrorCount(ErrorCount other)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorCount | other |
Properties
Reason
The error reason of the failed records.
Declaration
public ProcessingErrorReason Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| ProcessingErrorReason |
RecordCount
The count of records that failed to upload for a given reason.
Declaration
public long RecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |