Show / Hide Table of Contents

Class ErrorCount

The error count for a given error reason.

Inheritance
object
ErrorCount
Implements
IMessage<ErrorCount>
IEquatable<ErrorCount>
IDeepCloneable<ErrorCount>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX