Show / Hide Table of Contents

Class AdManagerError

/ AdManagerError contains all the information required for processing a / particular error thrown by the AdManager API. / / At least one AdManagerError should be included in all error messages sent to / the client.

Inheritance
object
AdManagerError
Implements
IMessage<AdManagerError>
IEquatable<AdManagerError>
IDeepCloneable<AdManagerError>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AdManagerError : IMessage<AdManagerError>, IEquatable<AdManagerError>, IDeepCloneable<AdManagerError>, IBufferMessage, IMessage

Constructors

AdManagerError()

Declaration
public AdManagerError()

AdManagerError(AdManagerError)

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

Properties

Details

A list of messages that carry any additional error details.

Declaration
public RepeatedField<Any> Details { get; }
Property Value
Type Description
RepeatedField<Any>

ErrorCode

The unique identifying string for this error.

Declaration
public string ErrorCode { get; set; }
Property Value
Type Description
string

FieldPath

The field path that triggered this error.

Declaration
public string FieldPath { get; set; }
Property Value
Type Description
string

Message

A publisher appropriate explanation of this error.

Declaration
public string Message { get; set; }
Property Value
Type Description
string

StackTrace

The stack trace that accompanies this error.

Declaration
public string StackTrace { get; set; }
Property Value
Type Description
string

Trigger

The value that triggered this error.

Declaration
public string Trigger { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX