Class ErrorInfo
Error counts for each type of error.
Implements
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> |