Show / Hide Table of Contents

Class ErrorInfo

Error counts for each type of error.

Inheritance
object
ErrorInfo
Implements
IMessage<ErrorInfo>
IEquatable<ErrorInfo>
IDeepCloneable<ErrorInfo>
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 ErrorInfo : IMessage<ErrorInfo>, IEquatable<ErrorInfo>, IDeepCloneable<ErrorInfo>, IBufferMessage, IMessage

Constructors

ErrorInfo()

Declaration
public ErrorInfo()

ErrorInfo(ErrorInfo)

Declaration
public ErrorInfo(ErrorInfo other)
Parameters
Type Name Description
ErrorInfo other

Properties

ErrorCounts

A list of errors and counts per error reason. May not be populated in all cases.

Declaration
public RepeatedField<ErrorCount> ErrorCounts { get; }
Property Value
Type Description
RepeatedField<ErrorCount>
In this article
Back to top Generated by DocFX